# Functions
Debug logs DEBUG messages.
Debugf logs DEBUG messages.
Error logs ERROR messages.
Errorf logs ERROR messages.
Fatal logs CRITICAL messages and exits.
Fatalf logs CRITICAL messages and exits.
HandleWarningMessages logs multiple messages in WARNING mode.
Info logs INFO messages.
Infof logs INFO messages.
Initialize logger with given level.
NewLogWriter creates a new logWriter for given id.
Warning logs WARNING messages.
Warningf logs WARNING messages.
# Variables
ActiveLogFile log file represents the file which will be used for the backend logging.
# Structs
LogInfo represents the log message structure for plugins.
LogWriter represents the type which consists of two custom writers.
OutMessage contains information for output log.
Writer represents to a custom writer.