package
0.37.26
Repository: https://github.com/meta-quick/opax.git
Documentation: pkg.go.dev

# 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.

# Constants

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

# 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.