Documentation ¶
Index ¶
- type LoggerAdapter
- func (a LoggerAdapter) Debug(msg string)
- func (a LoggerAdapter) Debugf(format string, args ...interface{})
- func (a LoggerAdapter) Error(msg string)
- func (a LoggerAdapter) Errorf(format string, args ...interface{})
- func (a LoggerAdapter) Info(msg string)
- func (a LoggerAdapter) Infof(format string, args ...interface{})
- func (a LoggerAdapter) Trace(msg string)
- func (a LoggerAdapter) Tracef(format string, args ...interface{})
- func (a LoggerAdapter) Warn(msg string)
- func (a LoggerAdapter) Warnf(format string, args ...interface{})
- type LoggerFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerAdapter ¶
type LoggerAdapter struct {
// contains filtered or unexported fields
}
func (LoggerAdapter) Debug ¶
func (a LoggerAdapter) Debug(msg string)
func (LoggerAdapter) Debugf ¶
func (a LoggerAdapter) Debugf(format string, args ...interface{})
func (LoggerAdapter) Error ¶
func (a LoggerAdapter) Error(msg string)
func (LoggerAdapter) Errorf ¶
func (a LoggerAdapter) Errorf(format string, args ...interface{})
func (LoggerAdapter) Info ¶
func (a LoggerAdapter) Info(msg string)
func (LoggerAdapter) Infof ¶
func (a LoggerAdapter) Infof(format string, args ...interface{})
func (LoggerAdapter) Trace ¶
func (a LoggerAdapter) Trace(msg string)
func (LoggerAdapter) Tracef ¶
func (a LoggerAdapter) Tracef(format string, args ...interface{})
func (LoggerAdapter) Warn ¶
func (a LoggerAdapter) Warn(msg string)
func (LoggerAdapter) Warnf ¶
func (a LoggerAdapter) Warnf(format string, args ...interface{})
type LoggerFactory ¶
func (LoggerFactory) NewLogger ¶
func (l LoggerFactory) NewLogger(scope string) logging.LeveledLogger
Click to show internal directories.
Click to hide internal directories.