Skip to content
skibu edited this page Oct 30, 2014 · 1 revision

#Logging

Logback is used for logging information, error, and debugging information. It is the natural successor to log4j and is much faster and has many useful features such as automatic compression of logs, ability to change configuration on the fly, etc.

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);

Clone this wiki locally