From e4692873299c2a4f5e7b83fef568293b1efd1ac6 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Tue, 11 Mar 2014 11:07:32 -0400 Subject: [PATCH] readme: add walrus --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 599e81a..c8c2427 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Logrus +# Logrus :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