# Packages
Package stdout defines an stdout audit logger.
# Functions
GetLoggerBuilder returns a builder with the given name.
RegisterLoggerBuilder registers the builder in a global map using b.Name() as the key.
# Structs
Event contains information passed to the audit logger as part of an audit logging event.
# Interfaces
Logger is the interface to be implemented by audit loggers.
LoggerBuilder is the interface to be implemented by audit logger builders that are used at runtime to configure and instantiate audit loggers.
LoggerConfig represents an opaque data structure holding an audit logger configuration.