package
1.3.6
Repository: https://github.com/nguyentin2068/waf.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Default returns a default logger that writes to stderr.
DefaultWithPrinterFactory returns a default logger that writes to stderr with a given printer factory.
No description provided by the author
Noop returns a Logger which does no logging.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

LevelDebug is the level of logging for debug messages.
LevelError is the level of logging only for errors.
LevelInfo is the lowest of logging for informational messages.
LevelNoLog is the lowest level of logging, no logs are generated.
LevelTrace is the highest level of logging.
LevelUnknown is a default value for unknown log level.
LevelWarn is the level of logging for warnings.

# Interfaces

Event represents a log event.
Logger is used to log SecDebugLog messages This interface is highly inspired in github.com/rs/zerolog logger and the aim is to avoid allocations while logging.

# Type aliases

No description provided by the author
Level is the type of log level.
No description provided by the author
No description provided by the author