Documentation ¶
Overview ¶
Package logger provides methods for logging events.
Index ¶
- Constants
- func Error(ctx context.Context, data string)
- func Fatal(ctx context.Context, data string)
- func Flush(ctx context.Context) error
- func Info(ctx context.Context, data string)
- func Verbose(ctx context.Context, data string)
- func Wait(ctx context.Context)
- func Warn(ctx context.Context, data string)
- type LogProvider
Constants ¶
View Source
const (
// PackageType reflects the object type.
PackageType = "logprovider"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogProvider ¶
type LogProvider struct{}
LogProvider structure to expose logger to third party components.
Click to show internal directories.
Click to hide internal directories.