Add features from README

This commit is contained in:
Simon Eskildsen
2014-03-10 19:22:08 -04:00
parent e155f76d1b
commit 53371e3664
11 changed files with 285 additions and 178 deletions
+2 -7
View File
@@ -1,12 +1,7 @@
# Logrus
Logrus is a simple, opinionated logging package for Go which is completely API
compatible with the standard library logger. It has six logging levels: Debug,
Info, Warn, Error, Fatal and Panic. It supports custom logging formatters, and
ships with JSON and nicely formatted text by default. It encourages the use of
logging key value pairs for discoverability. Logrus allows you to add hooks to
logging events at different levels, for instance to notify an external error
tracker.
Logrus is a simple, opinionated structured logging package for Go which is
completely API compatible with the standard library logger.
#### Fields