Documentation ¶
Index ¶
- type Log
- func (l *Log) CustomDebug(title string, message interface{}, options ...*Options)
- func (l *Log) CustomError(title string, message interface{}, options ...*Options)
- func (l *Log) CustomLog(title string, message interface{}, options ...*Options)
- func (l *Log) CustomPanic(title string, message interface{}, options ...Options)
- func (l *Log) Debug(message interface{}, options ...*Options)
- func (l *Log) Error(message interface{}, options ...*Options)
- func (l *Log) Log(message interface{}, options ...*Options)
- func (l *Log) Panic(message interface{}, options ...Options)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
func (*Log) CustomDebug ¶
func (*Log) CustomError ¶
func (*Log) CustomPanic ¶
Click to show internal directories.
Click to hide internal directories.