logging

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2021 License: Unlicense Imports: 2 Imported by: 0

Documentation

Overview

Sets up 4 loggers for messages of various priorities.

Index

Constants

This section is empty.

Variables

View Source
var (
	InfoLog    *log.Logger // general info
	WarningLog *log.Logger // something might have gone wrong
	ErrorLog   *log.Logger // definitely an error, call Fatal() on this one to terminate the program
	TraceLog   *log.Logger // debugging, messages too detailed to display them all the time
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL