# Packages
No description provided by the author
# Functions
Close 关闭.
Debug logs a message at level Debug on the standard logger.
Debug logs a message at level Debug on the standard logger.
DeferExitHandler prepends a Logrus Exit handler to the list of handlers, call logrus.Exit to invoke all handlers.
Error logs a message at level Error on the standard logger.
Errorf logs a message at level Error on the standard logger.
Exit runs all the Logrus atexit handlers and then terminates the program using os.Exit(code).
Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
Fatalf logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
No description provided by the author
Info logs a message at level Info on the standard logger.
Infof logs a message at level Info on the standard logger.
No description provided by the author
No description provided by the author
No description provided by the author
Panic logs a message at level Panic on the standard logger.
ParseLevel takes a string level and returns the Logrus log level constant.
RegisterExitHandler appends a Logrus Exit handler to the list of handlers, call logrus.Exit to invoke all handlers.
No description provided by the author
No description provided by the author
No description provided by the author
Warn logs a message at level Warn on the standard logger.
Warnf logs a message at level Info on the standard logger.
WithFields 写域.
# Constants
DebugLevel level.
ErrorLevel level.
FatalLevel level.
InfoLevel level.
PanicLevel level, highest level of severity.
TraceLevel level.
WarnLevel level.
# Structs
No description provided by the author
An entry is the final or intermediate Logrus logging entry.
No description provided by the author
LineFormatter 格式化.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
The Formatter interface is used to implement a custom Formatter.