package
0.0.0-20241204141438-2eb8cc9ffa29
Repository: https://github.com/adamwoolhether/hypermedia.git
Documentation: pkg.go.dev

# Functions

New constructs a new log for app usage.
NewStdLogger returns a standard library Logger that wraps the slog Logger.
NewWithHandler returns a new log for application use with the underlying handler.

# Constants

Set of possible logging levels.
Set of possible logging levels.
Set of possible logging levels.
Set of possible logging levels.

# Structs

Logger is a wrapper around a *logger.Logger.
Record represents data that is being logged.

# Type aliases

Level represents different logging levels.
TraceIDFunc represents a function that can return the trace id from the specified context.