Documentation
¶
Index ¶
- Constants
- func Debug(msg interface{}, keyvals ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(msg interface{}, keyvals ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(msg interface{}, keyvals ...interface{})
- func Fatalf(format string, args ...interface{})
- func GetLevel() log.Level
- func Info(msg interface{}, keyvals ...interface{})
- func Infof(format string, args ...interface{})
- func Log(level log.Level, msg interface{}, keyvals ...interface{})
- func Logf(level log.Level, format string, args ...interface{})
- func Print(msg interface{}, keyvals ...interface{})
- func Printf(format string, args ...interface{})
- func Start()
- func StartFile()
- func StartStderr()
- func Stop()
- func StopFile()
- func StopStderr()
- func Warn(msg interface{}, keyvals ...interface{})
- func Warnf(format string, args ...interface{})
Constants ¶
View Source
const ( DebugLevel = log.DebugLevel InfoLevel = log.InfoLevel WarnLevel = log.WarnLevel ErrorLevel = log.ErrorLevel FatalLevel = log.FatalLevel )
Variables ¶
This section is empty.
Functions ¶
func StartStderr ¶
func StartStderr()
StartStderr starts stderr logger. Useful when running bubbletea TUI models.
func StopStderr ¶
func StopStderr()
StopStderr stops stderr logger. Useful when running bubbletea TUI models.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.