package
2.29.1+incompatible
Repository: https://github.com/luogreen/jaeger-client-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
DebugLogAdapter is a log adapter that converts a Logger into a DebugLogger If the provided Logger doesn't satisfy the interface, a logger with debug disabled is returned.
# Variables
NullLogger is implementation of the Logger interface that is no-op.
StdLogger is implementation of the Logger interface that delegates to default `log` package.
# Structs
BytesBufferLogger implements Logger backed by a bytes.Buffer.
# Interfaces
DebugLogger is an interface which adds a debug logging level.
Logger provides an abstract interface for logging from Reporters.