Documentation ¶
Overview ¶
Deprecated: use slog. Package builtin is a wrapper of the built-in log package.
Index ¶
- type Log
- func (l *Log) Debug(fmt string, args ...interface{})
- func (l *Log) Error(fmt string, args ...interface{})
- func (l *Log) Fatal(fmt string, args ...interface{})
- func (l *Log) Info(fmt string, args ...interface{})
- func (l *Log) Log(fields map[string]interface{})
- func (l *Log) Panic(str string, args ...interface{})
- func (l *Log) Trace(fmt string, args ...interface{})
- func (l *Log) Warn(fmt string, args ...interface{})
- type LogLevel
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
}
Log is logging client.
Click to show internal directories.
Click to hide internal directories.