package
0.1.6
Repository: https://github.com/xiaonanln/goworld.git
Documentation: pkg.go.dev

# 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.