From 1dbbb89ad1c39b42da8fe2be6e605c6df6139735 Mon Sep 17 00:00:00 2001 From: Francois Date: Fri, 15 Aug 2014 21:12:57 +0200 Subject: [PATCH] To match with logs/log.go (and RFC 5424 specs) --- log.go | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/log.go b/log.go index 2a6793b0..accbd97d 100644 --- a/log.go +++ b/log.go @@ -17,12 +17,14 @@ import ( // Log levels to control the logging output. const ( - LevelTrace = iota - LevelDebug - LevelInfo - LevelWarning - LevelError + LevelEmergency = iota + LevelAlert LevelCritical + LevelError + LevelWarning + LevelNotice + LevelInformational + LevelDebug ) // SetLogLevel sets the global log level used by the simple