Hi Nicholas, [EMAIL PROTECTED] <[EMAIL PROTECTED]> writes:
> Perhaps the following format would be better to allow grep'ing of all > ^[ERROR|WARNING|INFO|DEBUG|FATAL] in log files. > > [ERROR|WARNING|INFO|DEBUG|FATAL]: "Msg text here" The severity information is delivered to ErrorHandler separately from the message itself. So you can always prefix it with ERROR, WARNING, etc., in your output (while some people might prefer error, warning, etc). Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
