Magellan Linux

Annotation of /trunk/citrix-plugin-speechmike/log4crc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2080 - (hide annotations) (download) (as text)
Fri Mar 22 09:57:39 2013 UTC (11 years, 1 month ago) by niro
File MIME type: application/xml
File size: 1672 byte(s)
-Initial version of the speechmike plugin
1 niro 2080 <?xml version="1.0" encoding="ISO-8859-1"?>
2     <!DOCTYPE log4c SYSTEM "">
3    
4     <log4c version="1.2.1">
5    
6     <config>
7     <bufsize>0</bufsize>
8     <debug level="2"/>
9     <nocleanup>0</nocleanup>
10     <reread>1</reread>
11     </config>
12    
13     <category name="nuance.smac.citrix.sbext" priority="error" appender="nca_fileappender_sbext" />
14     <category name="nuance.smac.citrix.mixer" priority="error" appender="nca_fileappender_mixer" />
15    
16     <rollingpolicy name="nca_rollingpolicy_sbext" type="sizewin" maxsize="20000000" maxnum="5" />
17     <rollingpolicy name="nca_rollingpolicy_mixer" type="sizewin" maxsize="5000000" maxnum="5" />
18    
19     <appender name="nca_fileappender_sbext" type="rollingfile" logdir="/tmp/" prefix="nca_ica_log" layout="dated" rollingpolicy="nca_rollingpolicy_sbext" />
20     <appender name="nca_fileappender_mixer" type="rollingfile" logdir="/tmp/" prefix="nca_ica_mixer_log" layout="dated" rollingpolicy="nca_rollingpolicy_mixer" />
21    
22     <appender name="stdout" type="stream" layout="basic"/>
23     <appender name="stderr" type="stream" layout="dated"/>
24     <appender name="syslog" type="syslog" layout="basic"/>
25    
26     <appender name="s13file" type="s13_file" layout="basic"/>
27     <appender name="plain_stderr" type="s13_stderr" layout="none"/>
28     <appender name="cat_stderr" type="s13_stderr" layout="catlayout"/>
29     <appender name="xml_stderr" type="s13_stderr" layout="xmllayout"/>
30     <appender name="user_stderr" type="s13_stderr" layout="userlayout"/>
31    
32     <layout name="basic" type="basic"/>
33     <layout name="dated" type="dated"/>
34    
35     <layout name="catlayout" type="s13_cat"/>
36     <layout name="xmllayout" type="s13_xml"/>
37     <layout name="none" type="s13_none"/>
38     <layout name="userlayout" type="s13_userloc"/>
39     </log4c>

Properties

Name Value
svn:mime-type application/xml