final OutputStreamLogger outputStream = new OutputStreamLogger( logger, Priority.DEBUG ); final PrintStream output = new PrintStream( outputStream, true ); System.setOut( output );@author Peter Donald @deprecated Use LoggerOutputStream as this class was misnamed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|