Documentation ¶
Index ¶
- Variables
- func Debugln(format string, v ...interface{})
- func Errorln(format string, v ...interface{})
- func Fatalln(format string, v ...interface{})
- func Infoln(format string, v ...interface{})
- func SetLevel(newLevel LogLevel)
- func Subscribe() observable.Subscription
- func Warnln(format string, v ...interface{})
- type Event
- type LogLevel
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Subscribe ¶
func Subscribe() observable.Subscription
Types ¶
type LogLevel ¶
type LogLevel int
func (LogLevel) MarshalJSON ¶
MarshalJSON serialize LogLevel with json
func (*LogLevel) UnmarshalJSON ¶
UnmarshalJSON unserialize LogLevel with json
func (*LogLevel) UnmarshalYAML ¶
UnmarshalYAML unserialize LogLevel with yaml
Click to show internal directories.
Click to hide internal directories.