Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapCheckLog ¶
func WrapCheckLog(log CheckLogger) logger.Logger
WrapCheckLog returns a checkLogger that logs to the given CheckLog.
func WrapCheckLogForContext ¶
func WrapCheckLogForContext(log CheckLogger) logger.LoggerContext
WrapCheckLogForContext returns a logger.LoggerContext that creates loggers that log to the given CheckLogger.
func WrapCheckLogWithLevel ¶
func WrapCheckLogWithLevel(log CheckLogger, level logger.Level) logger.Logger
WrapCheckLogWithLevel returns a checkLogger that logs to the given CheckLog with the given default level.
Types ¶
type CheckLogger ¶
CheckLogger is an interface that can be used to log messages to a *testing.T or *check.C.
Click to show internal directories.
Click to hide internal directories.