# Functions
ContextWithLogger returns a context which will log to the writer.
Debug logs a message at level Debug on the standard logger and may push to the stream referenced by ctx.
Debugf logs a message at level Debug on the standard logger and may push to the stream may push to the stream referenced by ctx.
Error logs a message at level Error on the standard logger and may push to the stream referenced by ctx.
Errorf logs a message at level Error on the standard logger and may push to the stream may push to the stream referenced by ctx.
GetLevel gets default logger level.
IDFromContext returns current request log id from context.
Info logs a message at level Info on the standard logger and may push to the stream referenced by ctx.
Infof logs a message at level Info on the standard logger and may push to the stream may push to the stream referenced by ctx.
LevelFromContext returns current request log level from context.
RemotePrintf logs a message that is only written on the remote client end stream referenced by ctx.
RemotePrintln logs a message that is only written on the remote client end stream referenced by ctx.
SetLevel sets default logger.
Warning logs a message at level Warning on the standard logger and may push to the stream referenced by ctx.
Warningf logs a message at level Warning on the standard logger and may push to the stream may push to the stream referenced by ctx.
# Constants
DebugLevel gives fine-grained details about executions.
DefaultLevel only prints warning and errors.
InfoLevel is signaling system information like global calls.
# Variables
PingLogMessage is when we need to only transmit a ping to the client telling we are still alive.