aifargonos2 / elk-reasoner

Automatically exported from code.google.com/p/elk-reasoner
Apache License 2.0
0 stars 0 forks source link

Switching from log4j to SLF4j #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ELK is currently using the log4j framework for logging. This might be not 
supported on some platforms, such as Android. Using some light-weight 
alternative, such as SLF4J API, could give advantage, since one can use many 
existing logging frameworks (log4j, common logger, android logger, logback etc) 
and easily switch between them.

Original issue reported on code.google.com by ykazako...@gmail.com on 29 Jul 2013 at 1:05

GoogleCodeExporter commented 9 years ago

Original comment by pavel.kl...@gmail.com on 2 Sep 2013 at 8:27

GoogleCodeExporter commented 9 years ago
Done, also replaced most of Logger.isTraceEnabled() and the like by the SLF4J 
parameterized logging

Original comment by pavel.kl...@gmail.com on 30 Oct 2013 at 11:13