1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update logger

This commit is contained in:
Timothy 2017-10-27 12:05:33 +08:00
parent 545a546b7b
commit 3c91676188

View File

@ -23,11 +23,11 @@ const (
// Debug log level
Debug
// PreInfo log level
PreInfo = "[ INFO]"
PreInfo = "[INFO]"
// PreWarning log level
PreWarning = "[WARNING]"
// PreDebug log level
PreDebug = "[ DEBUG]"
PreDebug = "[DEBUG]"
)
// Logger struct