# Functions
DebugLog helps in logging with klog.level 4.
DebugLogMsg helps in logging a message with klog.level 4.
DefaultLog helps in logging with klog.level 1.
ErrorLog helps in logging errors with context.
ErrorLogMsg helps in logging errors with message.
ExtendedLog helps in logging with klog.level 3.
ExtendedLogMsg helps in logging a message with klog.level 3.
FatalLog helps in logging fatal errors.
GzipLogFile convert and replace log file from text format to gzip compressed format.
Log helps in context based logging.
TraceLog helps in logging with klog.level 5.
TraceLogMsg helps in logging a message with klog.level 5.
UsefulLog helps in logging with klog.level 2.
WarningLog helps in logging warnings with context.
WarningLogMsg helps in logging warnings with message.