# Functions
ConfigureLog enables the configuration of the logger.
ConfigureLogFile enables the configuration of the log files.
Debug creates a Log with the given message and Level DEBUG and prints it.
Error creates a Log with the given message and Level ERROR and prints it.
ErrorFrom creates a Log from the given Error and prints it.
Info creates a Log with the given message and Level INFO and prints it.
Request writes a new line to the log containing all the relevant information of an http.Request, if its path shouldn't be excluded.
Response allows to log an http.Response.
ResponseWriter allows to log a controller response.
Server writes the message with the following format: [server - %time] %s.
Warn creates a Log with the given message and Level WARN and prints it.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
MaxPrefixLength specifies the number of characters that will compose the prefix of every log line written (excluding server logs lines).
# Structs
LogFileConfig contains the configuration properties of the log files.
LogConfig contains the configuration properties used in the logging.