# Functions
GetLogger returns a context logger for the given module.
Initialize starts the base logger used by all Hexya components.
LogForGin returns a gin.HandlerFunc (middleware) that logs requests using Logger.
LogPanicData logs the panic data with stacktrace and return an error with the panic message.
# Interfaces
A Logger writes logs to a handler.