package
0.1.8
Repository: https://github.com/crytic/medusa.git
Documentation: pkg.go.dev

# 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.

# Structs

LogBuffer is a helper object that can be used to buffer log messages.
Logger describes a custom logging object that can log events to any arbitrary channel in structured, unstructured with colors, and unstructured formats.

# Type aliases

LogFormat describes what format to log in.
StructuredLogInfo describes a key-value mapping that can be used to log structured data.