# Functions
Discard returns a logr.Logger that discards all messages logged to it.
FromContext returns the global logr.Logger or the one stored by a prior call to NewContext.
Logrus creates a sink that writes to out using a logrus format.
NewContext returns a copy of ctx containing logger.
SetLogSink replaces the global logr.Logger with sink.