Logging to multiple files

Posted by Poromenos on Thu 20 Mar 2003 11:02 PM — 2 posts, 7,562 views.

Greece #0
I would like to log to two different files, one is my normal text log, and the other one is a color HTML log placed on a webserver, so that users can get a live feed of what's happening at my window right now. Is there any way to do that?
Australia Forum Administrator #1
You can dummy-up a text log by making a trigger that matches on every line, write that to a file, and set "keep evaluating" so other triggers fire as well. Make it a low sequence number so it is done first.

As for the HTML log just use your normal log file for that.