package
1.1.0-beta1
Repository: https://github.com/d3sw/replicator.git
Documentation: pkg.go.dev

# Functions

Debug logs a message with severity DEBUG.
Error logs a message with severity ERROR.
Fatal logs a message with severity ERROR which is then followed by a call to os.Exit().
Info logs a message with severity INFO.
SetLevel sets the log level.
Warning logs a message with severity WARNING.

# Structs

Formatter is the struct used in the logging package.