Documentation ¶
Overview ¶
Package slogtestext provides Loggers for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerOption ¶
type LoggerOption func(*loggerOptions)
LoggerOption is an option for a new testing Logger.
func WithLogLevel ¶
func WithLogLevel(logLevel appext.LogLevel) LoggerOption
WithLogLevel specifies the LogLevel to use for the Logger.
The default is appext.LogLevelDebug.
Click to show internal directories.
Click to hide internal directories.