Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NopBackend ¶
type NopBackend struct { }
func (*NopBackend) GetLevel ¶
func (b *NopBackend) GetLevel(val string) logging.Level
func (*NopBackend) IsEnabledFor ¶
func (b *NopBackend) IsEnabledFor(level logging.Level, val string) bool
func (*NopBackend) Log ¶
func (b *NopBackend) Log(level logging.Level, calldepth int, rec *logging.Record) error
func (*NopBackend) SetLevel ¶
func (b *NopBackend) SetLevel(level logging.Level, val string)
Click to show internal directories.
Click to hide internal directories.