# Functions
FromContext returns the RequestContext associated with ctx, if any.
Get returns the standard logger used throughout OPA.
New returns a new standard logger.
NewContext returns a copy of parent with an associated RequestContext.
NewNoOpLogger instantiates new NoOpLogger.
# Structs
NoOpLogger logging implementation that does nothing.
RequestContext represents the request context used to store data related to the request that could be used on logs.
StandardLogger is the default OPA logger implementation.
# Interfaces
Logger provides interface for OPA logger implementations.
# Type aliases
Level log level for Logger.