Moved logging to logger.Core
This commit is contained in:
@ -3,6 +3,7 @@ package logger
|
||||
const (
|
||||
Error = iota + 2
|
||||
Info
|
||||
Core
|
||||
Debug
|
||||
Detail
|
||||
)
|
||||
|
Reference in New Issue
Block a user