Documentation ¶
Index ¶
Constants ¶
View Source
const ( //Min the least verbose log level and default level. //More or less only errors and important warnings. Min = 0 //Verbose is more verbose usefull for informing a user. Verbose = 1 //DebugMsg use for debugging messages flow. DebugMsg = 2 //TODO change flag commont //Debug full information for debugging. Debug = 3 )
Variables ¶
This section is empty.
Functions ¶
func Print ¶
func Print(level int, v ...interface{})
Print log text depending on level if level equal to current log level or belove the text is logged. Works as fmt.Print.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.