feat(LogLevel): taking in account code review from David Bariod

This commit is contained in:
Logan HAUSPIE
2018-08-26 23:51:09 +02:00
parent 0ab534bf6c
commit 90bf2e7f39
5 changed files with 87 additions and 147 deletions
+6 -6
View File
@@ -141,10 +141,10 @@ type FieldLogger interface {
Fatalln(args ...interface{})
Panicln(args ...interface{})
IsDebugEnabled() bool
IsInfoEnabled() bool
IsWarnEnabled() bool
IsErrorEnabled() bool
IsFatalEnabled() bool
IsPanicEnabled() bool
// IsDebugEnabled() bool
// IsInfoEnabled() bool
// IsWarnEnabled() bool
// IsErrorEnabled() bool
// IsFatalEnabled() bool
// IsPanicEnabled() bool
}