readme: add walrus

This commit is contained in:
Simon Eskildsen
2014-03-11 11:07:32 -04:00
parent c86733fba0
commit e469287329
+2 -1
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
the standard library logger.
@@ -184,3 +184,4 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) {
* Default fields for an instance and inheritance
* Default available hooks (airbrake, statsd, dump cores)
* Revisit TextFormatter
* Hook error logging