Skip to content

Logging

The purpose of this page is to collect sound advice with regards to how to set up logging in large and possibly distributed systems.

Purpose and responsibility

See also Logging FAQ.

Implementation

The log implementation should match the requirements for the application, but it is possible to use different implementations for different needs.

  • File based logging
  • Loghost - centralized logging
  • Event based logging - implemented with for example JMS Topics.

Resources

References