Documentation ¶
Index ¶
- type LogLevel
- type Logger
- func (l Logger) Debug(tag, msg string, args ...interface{})
- func (l Logger) DebugWithDetails(tag, msg string, args ...interface{})
- func (l Logger) Error(tag, msg string, args ...interface{})
- func (l Logger) ErrorWithDetails(tag, msg string, args ...interface{})
- func (l Logger) HandlePanic(tag string)
- func (l Logger) Info(tag, msg string, args ...interface{})
- func (l Logger) Warn(tag, msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (Logger) DebugWithDetails ¶
DebugWithDetails will automatically change the format of the message to insert a block of text after the log
func (Logger) ErrorWithDetails ¶
ErrorWithDetails will automatically change the format of the message to insert a block of text after the log
func (Logger) HandlePanic ¶
Click to show internal directories.
Click to hide internal directories.