Lionel Crine wrote:

Hi,

Is it possible to use the logkit to send the message to the console instead of a file ?

Sure.


http://avalon.apache.org/logkit/api/org/apache/log/output/io/StreamTarget.html

new StreamTarget(System.out, formatter);


Reply via email to