Documentation ¶
Index ¶
- func Configure(name string, cfg *config.Log) log.Logger
- type LogWrapper
- func (l *LogWrapper) Debugf(format string, v ...interface{})
- func (l *LogWrapper) Errorf(format string, v ...interface{})
- func (l *LogWrapper) Fatalf(format string, v ...interface{})
- func (l *LogWrapper) Noticef(format string, v ...interface{})
- func (l *LogWrapper) Tracef(format string, v ...interface{})
- func (l *LogWrapper) Warnf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogWrapper ¶ added in v1.19.0
type LogWrapper struct {
// contains filtered or unexported fields
}
we need to wrap our logger so we can pass it to the nats server
func NewLogWrapper ¶ added in v1.19.0
func NewLogWrapper(logger log.Logger) *LogWrapper
func (*LogWrapper) Debugf ¶ added in v1.19.0
func (l *LogWrapper) Debugf(format string, v ...interface{})
Debugf logs a debug statement
func (*LogWrapper) Errorf ¶ added in v1.19.0
func (l *LogWrapper) Errorf(format string, v ...interface{})
Errorf logs an error statement
func (*LogWrapper) Fatalf ¶ added in v1.19.0
func (l *LogWrapper) Fatalf(format string, v ...interface{})
Fatalf logs a fatal statement
func (*LogWrapper) Noticef ¶ added in v1.19.0
func (l *LogWrapper) Noticef(format string, v ...interface{})
Noticef logs a notice statement
func (*LogWrapper) Tracef ¶ added in v1.19.0
func (l *LogWrapper) Tracef(format string, v ...interface{})
Tracef logs a trace statement
func (*LogWrapper) Warnf ¶ added in v1.19.0
func (l *LogWrapper) Warnf(format string, v ...interface{})
Warnf logs a warning statement
Click to show internal directories.
Click to hide internal directories.