package
0.0.0-20200517214648-90f26a687976
Repository: https://github.com/mhereman/cryptotrader.git
Documentation: pkg.go.dev

# Functions

Debugf ...
Debugln ...
Errorf ...
Errorln ...
Fatalf ...
Fatalln ...
GetLogLevel retrieves the log level to use.
Infof ...
Infoln ...
NewLogLevelFromString initializes the loglevel from it's name string (case insensitive).
Panicf ...
Panicln ...
Printf ...
Println ...
SetLogLevel configures the log level to use.
Warningf ...
Warningln ...

# Constants

LDebug most verbose log level.
LError very verbose, shows all messages except debug.
LInfo only shows info messages.
LNone almost no output at all.
LWarning verbose, shows all messages except debud and error.

# Type aliases

LogLevel defines the enum of available log levels.