# Functions

NewBuiltinLogger creates a new logger using Go's built-in logger.
NewNoopLogger creates a new logger that emits no logs.

# Structs

BuiltinLogger is a logger using Go's built-in logger.
NoopLogger is a logger that emits no logs.

# Interfaces

Logger provides the logging interface used within the Large Payload service.