# Functions
Debug logs the debug message with tag if it is turned on.
Error logs the error messages.
Fatal logs the fatal error messages.
Info logs the conn or sub/unsub action with a tag.
ParseLevel parses a string which represents a log level and returns a zerolog.Level.
# Variables
ConnLogger is the logger to use in application.
ErrLogger is the error logger to use in application.