Documentation ¶
Overview ¶
Package mlog handles the log and it's handlers
Index ¶
Constants ¶
View Source
const ( // DefaultTimeFormat is the default time format DefaultTimeFormat = "2006-01-02 15:04:05" // Console handler is the console handler Console handler = iota // Email is the email handler Email )
Variables ¶
View Source
var ( // ConsoleHandler is the console handler ConsoleHandler *console.Console )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.