What do I need to specify in the File parameter to
mean STDOUT? I have
this:
<appender name="FILE" class="org.apache.log4j.FileAppender"> <param name="File" value="System.out"/>
...
which works in log4j but this just creates a file called System.out in
log4cxx. What's the magic formula?
RE: How to set a FileAppender to STDOUT?
United States
2008-06-12 08:57:21
>In Java, stdout is normally accessed
using a console appender. Why are you using this construct in the first place?
In the end it looks that we’re not going to need to do this after all so it is
a moot point̷0;