# Functions
Critical prints a message with critial priority.
Criticalf formats a message with critial priority.
Debug prints a message with debug priority.
Debugf formats a message with debug priority.
Error prints a message with error priority.
Errorf formats a message with error priority.
Fatal prints a message with critial priority and calls os.Exit(1).
Fatalf formats a message with critial priority and calls os.Exit(1).
Info prints a message with info priority.
Infof formats a message with info priority.
InitLogger to setup loglevel and if the logger should log to console.
Panic prints a message with critial priority and calls panic().
Panicf formats a message with critial priority and calls panic().
Warning prints a message with warning priority.
Warningf formats a message with warning priority.