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?