package
1.2.0
Repository: https://github.com/open-policy-agent/opa.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
FromContext returns the RequestContext associated with ctx, if any.
Get returns the standard logger used throughout OPA.
No description provided by the author
New returns a new standard logger.
NewContext returns a copy of parent with an associated RequestContext.
NewNoOpLogger instantiates new NoOpLogger.
No description provided by the author
No description provided by the author

# Constants

Debug debug log level.
Error error log level.
Info info log level.
Warn warn log level.

# Structs

No description provided by the author
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.