# Functions
NewHandler returns a handler that emits information to log and calls h.ServeHTTP.
NewNCSALogger returns a new logger that writes to w.
NewStackdriverLogger returns a new logger that writes to w.
# Structs
Entry records information about a completed HTTP request.
A Handler emits request information to a Logger.
An NCSALogger writes log entries to an io.Writer in the Combined Log Format.
A StackdriverLogger writes log entries in the Stackdriver forward JSON format.
# Interfaces
Logger wraps the Log method.