Documentation
¶
Index ¶
- func NewLogger(entry *log.Entry) logging.Logger
- func NewLoggerWithFields(fields []logging.Fields) logging.Logger
- type ApexLoggerAdapter
- func (l ApexLoggerAdapter) Debug(msg string)
- func (l ApexLoggerAdapter) Debugf(msg string, v ...interface{})
- func (l ApexLoggerAdapter) Error(msg string)
- func (l ApexLoggerAdapter) Errorf(msg string, v ...interface{})
- func (l ApexLoggerAdapter) Fatal(msg string)
- func (l ApexLoggerAdapter) Fatalf(msg string, v ...interface{})
- func (l ApexLoggerAdapter) Info(msg string)
- func (l ApexLoggerAdapter) Infof(msg string, v ...interface{})
- func (l *ApexLoggerAdapter) Trace(msg string) logging.Logger
- func (l ApexLoggerAdapter) Warn(msg string)
- func (l ApexLoggerAdapter) Warnf(msg string, v ...interface{})
- func (l ApexLoggerAdapter) WithError(err error) logging.Logger
- func (l ApexLoggerAdapter) WithField(key string, value interface{}) logging.Logger
- func (l ApexLoggerAdapter) WithFields(fields logging.Fields) logging.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApexLoggerAdapter ¶
func (ApexLoggerAdapter) Debug ¶
func (l ApexLoggerAdapter) Debug(msg string)
func (ApexLoggerAdapter) Debugf ¶
func (l ApexLoggerAdapter) Debugf(msg string, v ...interface{})
func (ApexLoggerAdapter) Error ¶
func (l ApexLoggerAdapter) Error(msg string)
func (ApexLoggerAdapter) Errorf ¶
func (l ApexLoggerAdapter) Errorf(msg string, v ...interface{})
func (ApexLoggerAdapter) Fatal ¶
func (l ApexLoggerAdapter) Fatal(msg string)
func (ApexLoggerAdapter) Fatalf ¶
func (l ApexLoggerAdapter) Fatalf(msg string, v ...interface{})
func (ApexLoggerAdapter) Info ¶
func (l ApexLoggerAdapter) Info(msg string)
func (ApexLoggerAdapter) Infof ¶
func (l ApexLoggerAdapter) Infof(msg string, v ...interface{})
func (ApexLoggerAdapter) Warn ¶
func (l ApexLoggerAdapter) Warn(msg string)
func (ApexLoggerAdapter) Warnf ¶
func (l ApexLoggerAdapter) Warnf(msg string, v ...interface{})
func (ApexLoggerAdapter) WithField ¶
func (l ApexLoggerAdapter) WithField(key string, value interface{}) logging.Logger
func (ApexLoggerAdapter) WithFields ¶
func (l ApexLoggerAdapter) WithFields(fields logging.Fields) logging.Logger
Click to show internal directories.
Click to hide internal directories.