readme: add walrus

This commit is contained in:
Simon Eskildsen 2014-03-11 11:07:32 -04:00
parent c86733fba0
commit e469287329
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Logrus # Logrus <img src="http://i.imgur.com/hTeVwmJ.png" width="40" height="40" alt=":walrus:" class="emoji" title=":walrus:"/>
Logrus is a structured logger for Go (golang), completely API compatible with Logrus is a structured logger for Go (golang), completely API compatible with
the standard library logger. the standard library logger.
@ -184,3 +184,4 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) {
* Default fields for an instance and inheritance * Default fields for an instance and inheritance
* Default available hooks (airbrake, statsd, dump cores) * Default available hooks (airbrake, statsd, dump cores)
* Revisit TextFormatter * Revisit TextFormatter
* Hook error logging