# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
Critical logs a message at a Critical Level.
CriticalF logs a message at Critical level using the same syntax and options as fmt.Printf.
CriticalF logs a message at Critical level using the same syntax and options as fmt.Printf.
Debug logs a message at Debug level.
DebugF logs a message at Debug level using the same syntax and options as fmt.Printf.
DebugF logs a message at Debug level using the same syntax and options as fmt.Printf.
Error logs a message at Error level.
ErrorF logs a message at Error level using the same syntax and options as fmt.Printf.
ErrorF logs a message at Error level using the same syntax and options as fmt.Printf.
Fatal is just like func l.Critical logger except that it is followed by exit to program.
FatalF is just like func l.CriticalF logger except that it is followed by exit to program.
FatalF is just like func l.CriticalF logger except that it is followed by exit to program.
Info logs a message at Info level.
InfoF logs a message at Info level using the same syntax and options as fmt.Printf.
InfoF logs a message at Info level using the same syntax and options as fmt.Printf.
Notice logs a message at Notice level.
NoticeF logs a message at Notice level using the same syntax and options as fmt.Printf.
NoticeF logs a message at Notice level using the same syntax and options as fmt.Printf.
Panic is just like func l.Critical except that it is followed by a call to panic.
PanicF is just like func l.CriticalF except that it is followed by a call to panic.
PanicF is just like func l.CriticalF except that it is followed by a call to panic.
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
Warning logs a message at Warning level.
WarningF logs a message at Warning level using the same syntax and options as fmt.Printf.
WarningF logs a message at Warning level using the same syntax and options as fmt.Printf.
# Constants
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
# Type aliases
LogLevel type.