[ 
https://issues.apache.org/jira/browse/LOGGING-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816433#comment-17816433
 ] 

Dmitry Katsubo commented on LOGGING-152:
----------------------------------------

What is in your opinion the right place to put this to?

> Helper class that redirects OutputStream to Log
> -----------------------------------------------
>
>                 Key: LOGGING-152
>                 URL: https://issues.apache.org/jira/browse/LOGGING-152
>             Project: Commons Logging
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Dmitry Katsubo
>            Priority: Major
>         Attachments: LoggingOutputStream.java
>
>
> Some libraries accept {{PrintStream}} or {{OutputStream}} as a target for 
> debug messages to be printed to. The attached class acts as a bridge between 
> {{OutputStream}} and {{org.apache.commons.logging.Log}}.
> Example of usage:
> {code}
> PrintStream loggingPrintStream = new PrintStream(new 
> LoggingOutputStream(logger, LoggingOutputStream.LogLevel.INFO, "[XJC] "));
> com.sun.tools.xjc.Driver.run(opts, loggingPrintStream, loggingPrintStream);
> {code}
> Also has some overlap with LOGGING-110.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to