没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > metalogga |
metalogga
|
0 | 0 | 23 |
贡献者 | 讨论 | 代码提交 |
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.