Project log4j Debugging on --verbose: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * projects * clad =Overview= This is a development pattern that routes log4j logging information to stderr if -v|--verbose command line...")
 
No edit summary
Line 9: Line 9:


=Procedure=
=Procedure=
Use
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:https://github.com/NovaOrdis/novaordis-utilities/blob/master/src/main/java/io/novaordis/utilities/logging/StderrVerboseLogging.java<br>
</blockquote>
as follows:
<font color=red>TODO</font>

Revision as of 20:40, 6 August 2016

Internal

Overview

This is a development pattern that routes log4j logging information to stderr if -v|--verbose command line option is used. Projects that implement it are clad, os-stats, etc.

Procedure

Use

https://github.com/NovaOrdis/novaordis-utilities/blob/master/src/main/java/io/novaordis/utilities/logging/StderrVerboseLogging.java

as follows:

TODO