Moved logging to logger.Core

This commit is contained in:
obscuren
2015-04-04 13:24:01 +02:00
parent 218bfeb60e
commit 1889727144
6 changed files with 12 additions and 12 deletions

View File

@ -3,6 +3,7 @@ package logger
const (
Error = iota + 2
Info
Core
Debug
Detail
)