On Tue, 25 Mar 2003 04:55, Korosh Afshar wrote:
> Can someone point me to where i can find schema definition to use in
> enviornment.xml  for log4j?

The format used is the same as the XML format in the log4j project. The only 
difference is that instead of surrounding the configuration with 

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/";>
</log4j:configuration>

you surround it with

<logs version="log4j">
</logs>


The javadoc for the class is

http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/xml/DOMConfigurator.html

but unfortunately the DTD and examples are not available on website. You will 
need to download a distribution to see these examples and dtd.

-- 
Cheers,

Peter Donald
*---------------------------------------------------------*
| Contrary to popular belief, UNIX is user-friendly. It   |
| just happens to be selective on who it makes friendship |
| with.                                                   |
|                       - Richard Cook                    |
*---------------------------------------------------------* 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to