Documentation
¶
Index ¶
- func Debug(msg string)
- func DebugWithFields(msg string, fields func(e onelog.Entry))
- func Error(msg string)
- func ErrorWithFields(msg string, fields func(e onelog.Entry))
- func Fatal(msg string)
- func FatalWithFields(msg string, fields func(e onelog.Entry))
- func Info(msg string)
- func InfoWithFields(msg string, fields func(e onelog.Entry))
- func Warn(msg string)
- func WarnWithFields(msg string, fields func(e onelog.Entry))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugWithFields ¶
DebugWithFields prints a message with log level DEBUG and fields.
func ErrorWithFields ¶
ErrorWithFields prints a message with log level ERROR and fields.
func FatalWithFields ¶
FatalWithFields prints a message with log level FATAL and fields.
func InfoWithFields ¶
InfoWithFields prints a message with log level INFO and fields.
func WarnWithFields ¶
WarnWithFields prints a message with log level WARN and fields.
Types ¶
This section is empty.