Add Trace level logging

This commit is contained in:
Giedrius Dubinskas
2017-10-02 19:38:29 +03:00
committed by Loren Osborn
parent 4981d8161c
commit c7a33dc5de
3 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ const (
InfoLevel
// DebugLevel level. Usually only enabled when debugging. Very verbose logging.
DebugLevel
// TraceLevel level. Usually only enabled when debugging. Very verbose logging. Usually reserved for message traces
// TraceLevel level. Usually only enabled when debugging. Very verbose logging.
// Usually reserved for message traces.
TraceLevel
)