readme: add other hook example
This commit is contained in:
@@ -55,7 +55,7 @@ seen as a hint you want to add a field, however, you can still use the
|
|||||||
#### Hooks
|
#### Hooks
|
||||||
|
|
||||||
You can add hooks for logging levels. For example to send errors to an exception
|
You can add hooks for logging levels. For example to send errors to an exception
|
||||||
tracking service on `Error`, `Fatal` and `Panic`.
|
tracking service on `Error`, `Fatal` and `Panic` or info to StatsD.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
log = logrus.New()
|
log = logrus.New()
|
||||||
|
|||||||
Reference in New Issue
Block a user