My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Logging is traditionally performed on code level, i.e. developers have their problems in mind when performing logging: Exceptions, technical internal status of the application.

With Meta Logga, logging is performed with a business and software design perspective. Logging done on modules, layers and business processes. The aim is to provide logging that is highly usable in maintaining and supporting an application, including long time performance management.

Meta Logga does not provide a huge frame work, but rather small tools that can be used independently.

The implementation of the API is done based on SLF4J. Log4J is used for testing and for stuff that is done on an Appender level. So everything should work best in the first versions when you use Log4J as your SLF4J implementation.

Powered by Google Project Hosting