package
2.0.0-beta2+incompatible
Repository: https://github.com/tricksterproxy/trickster.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ConsoleLogger returns a Logger object that prints log events to the Console.
No description provided by the author
DefaultLogger returns the default logger, which is the console logger at level "info".
No description provided by the author
Fatal sends a "FATAL" event to the Logger and exits the program with the provided exit code.
No description provided by the author
New returns a Logger for the provided logging configuration.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Logger is a container for the underlying log provider.
SyncLogger is a Logger that writes synchronously.

# Type aliases

Pairs represents a key=value pair that helps to describe a log event.