//
pkg.gl
Category
github.com/hashicorp/go-secure-stdlib/toggledlogger
module
package
0.1.0
Repository:
https://github.com/hashicorp/go-secure-stdlib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
106 SLOC
#
Functions
NewToggledLogger
NewToggledLogger creates a new logger, without performing nil checking on the underlying logger.
#
Structs
ToggledLogger
ToggledLogger is used to provide an hclog-compatible interface that can be turned on/off at will.