Documentation
¶
Index ¶
- type TCatcher
- type TLog
- func (o *TLog) Add(logger ...*zlogger.TLogger)
- func (o *TLog) Catcher() *TCatcher
- func (o *TLog) Debug(text ...interface{})
- func (o *TLog) Error(condition interface{}, text ...interface{})
- func (o *TLog) Info(text ...interface{})
- func (o *TLog) Instance(name string) *TLog
- func (o *TLog) Log(level loglevel.TLevel, resetFilter loglevel.TFilter, err error, ...)
- func (o *TLog) Notice(text ...interface{})
- func (o *TLog) Panic(condition interface{}, text ...interface{})
- func (o *TLog) Reset(resetFilter loglevel.TFilter, text ...interface{})
- func (o *TLog) State() loglevel.TFilter
- func (o *TLog) String() string
- func (o *TLog) Warning(condition interface{}, text ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCatcher ¶
type TCatcher struct {
// contains filtered or unexported fields
}
TCatcher -
func (*TCatcher) Error ¶
func (o *TCatcher) Error(condition interface{}, text ...interface{})
Error -