Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DEFAULTColor is the default html 'level' color. DEFAULTColor = "#00ff00" // ERRORColor is the html 'level' color for error messages. ERRORColor = "#ff8700" // FATALColor is the html 'level' color for fatal messages. FATALColor = "#af0000" // PANICColor is the html 'level' color for panic messages. PANICColor = "#ff0000" // WARNColor is the html 'level' color for warning messages. WARNColor = "#ffff00" // DEBUGColor is the html 'level' color for debug messages. DEBUGColor = "#8a8a8a" // DataLabelColor is the html data label color. DataLabelColor = "#87afff" // DataValueColor is the html data value color. DataValueColor = "#d7af87" // HostnameColor is the html hostname color. HostnameColor = "#00afff" // TimestampColor is the html timestamp color. TimestampColor = "#5faf87" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.