# Packages
No description provided by the author
# Functions
NewLogBuffer creates a new LogBuffer object.
NewLogger will create a new Logger object with a specific log level.
# Constants
STRUCTURED describes that logging should be done in structured JSON format.
UNSTRUCTRED describes that logging should be done in an unstructured format.
# Variables
GlobalLogger describes a Logger that is disabled by default and is instantiated when the fuzzer is created.
# Type aliases
LogFormat describes what format to log in.
StructuredLogInfo describes a key-value mapping that can be used to log structured data.