# Functions
GetLogPushEntry get push data into log structure.
InitLog use for initial log module.
LogPush record user push request and server response.
QueueLogger for simple logger.
SetLogLevel is define log level what you want log level: panic, fatal, error, warn, info and debug.
SetLogOut provide log stdout and stderr output.
# Structs
DefaultQueueLogger for queue custom logger.
InputLog log request.
LogPushEntry is push response log.