# Packages
No description provided by the author
# Functions
Black returns Black colored string.
Brown returns Brown colored string.
Colorless returns colorless string.
CustomLog outputs custom level log.
CustomLogf outputs formatted custom level log.
CustomLogFunc outputs custom level log returned from the function.
Cyan returns cyan colored string.
Debug outputs Debug level log.
Debugf outputs formatted Debug level log.
DebugFunc outputs Debug level log returned from the function.
Error outputs Error log.
Errorf outputs formatted Error log.
ErrorFunc outputs Error level log returned from the function.
Fail outputs Failed log.
Failf outputs formatted Failed log.
FailFunc outputs Fail level log returned from the function.
FileWriter generates *osFile -> io.Writer.
Get returns singleton glg instance.
Gray returns Gray colored string.
Green returns green colored string.
HTTPLogger is simple http access logger.
HTTPLoggerFunc is simple http access logger.
Info outputs Info level log.
Infof outputs formatted Info level log.
InfoFunc outputs Info level log returned from the function.
Log writes std log event.
Logf writes std log event with format.
LogFunc outputs Log level log ed from the function.
New returns plain glg instance.
Orange returns orange colored string.
Print outputs Print log.
Printf outputs formatted Print log.
PrintFunc outputs Print log returned from the function.
Println outputs fixed line Print log.
Purple returns purple colored string.
RawString returns raw log string exclude time & tags.
Red returns red colored string.
ReplaceExitFunc replaces exit function.
Reset provides parameter reset function for glg struct instance.
SetPrefix sets Print logger prefix.
Success outputs Success level log.
Successf outputs formatted Success level log.
SuccessFunc outputs Success level log returned from the function.
TagStringToLevel converts level string to glg.LEVEL.
Warn outputs Warn level log.
Warnf outputs formatted Warn level log.
WarnFunc outputs Warn level log returned from the function.
White returns white colored string.
Yellow returns yellow colored string.
# Constants
BOTH is both log mode.
DEBG is debug log level.
ERR is error log level.
FAIL is failed log level.
INFO is info log level.
LOG is log level.
NONE is disable Logging.
OK is success notify log level.
PRINT is print log level.
STD is std log mode.
WARN is warning log level.
WRITER is io.Writer log mode.