Export package func to a standard logger.

This commit is contained in:
Antoine Grondin
2014-07-15 18:30:01 -04:00
parent 23c2cf5a8b
commit e5621dca87
7 changed files with 143 additions and 56 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func New() *Logger {
Out: os.Stdout,
Formatter: new(TextFormatter),
Hooks: make(levelHooks),
Level: Info,
Level: InfoLevel,
}
}