Documentation ¶
Index ¶
- func AddWriter(w rogu.Writer) rogu.Logger
- func Close() error
- func Copy() rogu.Logger
- func Debug() *rogu.Event
- func Error() *rogu.Event
- func Fatal() *rogu.Event
- func Info() *rogu.Event
- func Panic() *rogu.Event
- func SetCaller(enable bool) rogu.Logger
- func SetLevel(lvl level.Level) rogu.Logger
- func SetWriter(w rogu.Writer) rogu.Logger
- func Tagged(tag string) rogu.Logger
- func Trace() *rogu.Event
- func Warn() *rogu.Event
- func WithLevel(lvl level.Level) *rogu.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
Trace creates a new log Event with level fatal.
When commited, the programm will exit with exit code 1.
func Panic ¶
Trace creates a new log Event with level panic.
When commited, the program will panic at the called point.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.