Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer interface { // Init do some necessary setup before calling WriteInf & WriteErr, Ideally // this only called once. Init() // Inf write message for info-level log Inf(...any) // Err write message for error-level log Err(...any) }
Writer interface to write log message.
Click to show internal directories.
Click to hide internal directories.