package
0.0.1
Repository: https://github.com/boss-net/gologger.git
Documentation: pkg.go.dev

# Functions

NewCLI returns a new CLI based formatter.
NewTee returns a new TeeWriter with default JSON messages.

# Structs

CLI is a formatter for outputting CLI logs.
JSON is a formatter for outputting json logs.
LogEvent is the respresentation of a single event to be logged.
Tee formatter can be used to write the event to a writer while also use the existing formatter and output.

# Interfaces

Formatter type format raw logging data into something useful.