# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FromContext extracts the log entry from the given context.
No description provided by the author
No description provided by the author
NewContext creates a new log entry and adds it to the given context.
NewLogger creates and returns a new instance of Logger.
ParseLevel takes a string level and returns the Logrus log level constant.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DebugLevel is the lowest level of logging.
ErrorLevel is used for undesired and unexpected events that the program can recover from.
FatalLevel is used for undesired and unexpected events that the program cannot recover from.
InfoLevel is used for general informational log messages.
No description provided by the author
WarnLevel is used for undesired but relatively expected events, which may indicate a problem.
# Interfaces
No description provided by the author