Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Level ¶
type Level int
Level is the logger level
const ( // SQL level is the lowest logger level. It dumps all logs. SQL Level = iota // Debug level dumps logs with higher or equal severity than debug. Debug // Info level dumps logs with higher or equal severity than info. Info // Warn level dumps logs with higher or equal severity than warning. Warn // Error level dumps logs only errors. Error )
Click to show internal directories.
Click to hide internal directories.