glog wip
This commit is contained in:
8
logger/verbosity.go
Normal file
8
logger/verbosity.go
Normal file
@ -0,0 +1,8 @@
|
||||
package logger
|
||||
|
||||
const (
|
||||
Error = iota + 2
|
||||
Info
|
||||
Debug
|
||||
Detail
|
||||
)
|
Reference in New Issue
Block a user