package
4.2.2-rc3
Repository: https://github.com/splitio/go-toolkit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Level gets current level.
NewFileRotate returns a pointer to a FileRotate instance.
NewLogger instantiates a new Logger instance.
ObfuscateAPIKey obfucate part of api key.
ObfuscateHTTPHeader obfuscates sensitive data into headers.

# Constants

LevelAll implies that All logging levels will be recorded.
LevelDebug log level.
LevelError log level.
LevelInfo log level.
LevelNone implies that NOTHING will be logged, not even errors.
LevelVerbose log level.
LevelWarning log level.

# Structs

FileRotate rotates a log file at MaxBytes.
FileRotateOptions struct to configure FileRotate.
LevelFilteredLoggerWrapper forwards log message to delegate if level is set higher than incoming message.
Logger struct.
LoggerOptions ..

# Interfaces

LoggerInterface ..