Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TraceLogger ¶
type TraceLogger struct {
// contains filtered or unexported fields
}
TraceLogger is an adapter from LowLevelLogger to jaeger-lib Logger interface.
func NewTraceLogger ¶
func NewTraceLogger(logger srv.LowLevelLogger) *TraceLogger
NewLogger creates a new Sugared Logger.
func (*TraceLogger) Error ¶
func (l *TraceLogger) Error(msg string)
Error logs a message at error priority
func (*TraceLogger) Infof ¶
func (l *TraceLogger) Infof(msg string, args ...interface{})
Infof logs a message at info priority
Click to show internal directories.
Click to hide internal directories.