package
1.3.1
Repository: https://github.com/kumparan/go-lib.git
Documentation: pkg.go.dev

# Functions

Debug prints debug message to logs.
Debugf prints debug message to logs with formatting.
Err prints error message to logs.
Errf prints error message to logs with formatting.
Fatal calls Err and then os.Exit(1).
Fatalf calls Err and then os.Exit(1) with formatting.
Info prints info message to logs.
Infof prints info message to logs with formatting.
SetupLoggerAuto creates logger instance to log to PaperTrail automatically without specifying PT HOST and PORT.
Trace prints trace message to logs.
Tracef prints trace message to logs with formatting.
Warn prints warning message to logs.
Warnf prints warning message to logs with formatting.

# 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
No description provided by the author