# Functions
GetLevel get the current log level.
ParseLevel converts string to Levels.
SetLevel sets the log level.
SetOutput sets the output writer.
SetSource sets the component name (dispatcher/gate/game) of gwlog module.
TraceError prints the stack and error.
# Variables
DebugLevel level.
ErrorLevel level.
FatalLevel level.
InfoLevel level.
PanicLevel level.
WarnLevel level.
# Type aliases
Level is type of log levels.