See: Description
Class | Description |
---|---|
LoggingTest |
Just for debugging logging
|
Markers |
For providing special logging markers that cause specific behavior.
|
See the logback documentation at http://logback.qos.ch/documentation.html for more details.
Key addition to Transitime logging is that can easily generate an e-mail
when there is an error by using an e-mail "marker". An example is:
logger.error(Markers.email(), message);