# Functions
Current returns the package-level base logger.
No description provided by the author
No description provided by the author
No description provided by the author
GetLogger gets the package-level base logger.
No description provided by the author
Init sets the package-level base logger using given config It's not thread safe so if required use it always at the beginning.
Log is a generic helper that allows logging by choosing the desired level and if the aggregation should be done.
No description provided by the author
No description provided by the author
NewLogger function.
NewLoggerFilter creates a new LoggerFilter.
SetLevel sets package-level base logger level, it is threadsafe.
SetLogger sets package-level base logger.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FilterKind values.
FilterKind values.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrFilterOutExistsForKey must be returned when a filter-out already exists for a given key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Logger struct.
LoggerConfig defines the configuration parameters for constructing tracee's logger implementation.
LoggerFilter is used to filter logs.
LoggingConfig defines the configuration of the package level logging.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FilterKind is used to specify whether a filter should be applied to logs that match the filter or logs that do not match the filter.
No description provided by the author