package
0.1.1
Repository: https://github.com/portcullis/logging.git
Documentation: pkg.go.dev

# Functions

Level will apply the logging level to the writer for output verbosity.
New creates a new Writer to output the specified io.Writer with the provided Options This is a super simple implementation (hence the name) that will output in the following format: > [<timestamp>] <level> <message> <field.Key=field.Value>...

# Structs

Writer is a simple logging.Writer implementation.

# Type aliases

Option for the simple Writer.