Documentation ¶
Overview ¶
Package oarklog provides a No-Operation logger
Index ¶
- func Default() log.Logger
- func New(logr oarkLog.Logger) log.Logger
- type OarkLog
- func (logger *OarkLog) Debug(msg string, keyvals ...interface{})
- func (logger *OarkLog) Error(msg string, keyvals ...interface{})
- func (logger *OarkLog) Info(msg string, keyvals ...interface{})
- func (logger *OarkLog) Panic(msg string, keyvals ...interface{})
- func (logger *OarkLog) Warn(msg string, keyvals ...interface{})
- func (logger *OarkLog) With(keyvals ...interface{}) log.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OarkLog ¶
type OarkLog struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.