package
6.2.1+incompatible
Repository: https://github.com/takattila/monitor.git
Documentation: pkg.go.dev

# Functions

New provides a Logger struct.
Tracking provides debug information about function invocations on the calling goroutine's stack: - File (where Tracking was called) - Line (where function was called) - Function (name of the function).

# Constants

ColorOff turns off color mode.
ColorOff turns on color mode.
DebugLevel represents the Debug function.
ErrorLevel represents the Error function.
FatalLevel represents the Fatal function.
InfoLevel represents the Info function.
NoneLevel suppress all logger functions.
WarningLevel represents the Warning function.

# Structs

Logger initializes the tier of the logger functions.
TrackInfo holds debug information about the caller's: - File name - Line number - Function name.

# Type aliases

Color turns color mode on or off.
LogLevel sets the tier of the logging.