чт 07 мая 2020, tags: ErlangLagerN2Ologging
Re-posting from 2014-10-17
In this tutorial we will show you how to create a custom logging backend for N2O. We will use Lager as a logging library.
As we described in the previous (N2O Logging) tutorial, the logging backend should be implementing 3 methods:
read more
- warning/3
- info/3
- error/3 …
There are comments.