package
1.0.3
Repository: https://github.com/akuity/kargo.git
Documentation: pkg.go.dev

# Functions

ContextWithLogger returns a context.Context that has been augmented with the provided *Logger.
LoggerFromContext extracts a *Logger from the provided context.Context and returns it.
NewLogger returns a new *Logger with the provided log level.
Wrap returns a new *Logger that wraps the provided logr.Logger.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Logger is a wrapper around logr.Logger that provides a more ergonomic API.

# Type aliases

No description provided by the author