# Packages
No description provided by the author
# Functions
Get returns the standard logger used throughout OPA.
New returns a new standard logger.
NewNoOpLogger instantiates new NoOpLogger.
# Structs
NoOpLogger logging implementation that does nothing.
StandardLogger is the default OPA logger implementation.
# Interfaces
Logger provides interface for OPA logger implementations.
# Type aliases
Level log level for Logger.