# Functions
Log returns a logger from the context or panics if none is available.
Logger requires the calling code to behave differently if the logger is not present.
MaybeLog returns a logger from the context, or a nop logger if it's not present.
WithLogger add a zap logger to the context.