Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Level ¶
type Level int
Level is using to categorize level
const ( //TRACE is using to categorize the log as Trace TRACE Level = iota //DEBUG is using to categorize the log as Debug DEBUG //INFO is using to categorize the log as Info INFO //WARN is using to categorize the log as Warn WARN //ERROR is using to categorize the log as Error ERROR //FATAL is using to categorize the log as Fatal FATAL )
Click to show internal directories.
Click to hide internal directories.