<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Writing multiple logfiles</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi,<BR>
<BR>
I need a way to write to two log files at once. I don't want to<BR>
use tools like tee (if at all possible) because it's a separate<BR>
process and I want to minimize latency. For this reason one of<BR>
the logfiles will be a pipe.<BR>
<BR>
Now I could easily hardcode a syslog output in the code, but if<BR>
there is interest, I'd do it in a more generic way, including<BR>
new or modified command line options. What would be the best way<BR>
to do it?<BR>
<BR>
Thanks,<BR>
hjb<BR>
</FONT>
</P>

</BODY>
</HTML>