# Functions
Debug is logrus.Debug with Global settings.
DebugC is Debug with context.
No description provided by the author
Error is logrus.Error with Global settings.
ErrorC is Error with context.
Fatal is logrus.Fatal with Global settings.
FatalC is Fatal with context.
Info is logrus.Info with Global settings.
InfoC is Info with context.
Panic is logrus.Panic with Global settings.
PanicC is Panic with context.
SetGlobalFields setups the global fields.
SetWithOptions setups the logger based on the passed options.
Trace is logrus.Trace with Global settings.
TraceC is Trace with context.
Warn is logrus.Warn with Global settings.
WarnC is Warn with context.
# Type aliases
Key type is used for keys of context.Context.