home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Logging.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  3.7 KB  |  88 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Logging" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains preferences the Logger components.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="LoggerSettings">
  8.       <info>
  9.         <desc>contains preferences for a single Logger.</desc>
  10.       </info>
  11.       <prop oor:name="LogLevel" oor:type="xs:int" oor:nillable="false">
  12.         <info>
  13.           <desc>Specifies the log level of the logger.</desc>
  14.         </info>
  15.         <value>2147483647</value>
  16.       </prop>
  17.       <prop oor:name="DefaultHandler" oor:type="xs:string" oor:nillable="true">
  18.         <info>
  19.           <desc>Specifies the UNO service name of the default handler for the logger.</desc>
  20.         </info>
  21.         <value>com.sun.star.logging.FileHandler</value>
  22.       </prop>
  23.       <group oor:name="HandlerSettings" oor:extensible="true">
  24.         <info>
  25.           <desc>Specifies the settings for the default handler (DefaultHandler property) of
  26.             the logger. Plain properties below the HandlerSettings node are passed to
  27.             the log handler upon creation, as sequence of NamedValues.</desc>
  28.         </info>
  29.         <prop oor:name="FileURL" oor:type="xs:string">
  30.           <info>
  31.             <desc>Specifies the file URL for the log handler. The default value here will expand to a file
  32.             with the same name as the logger for which the handler is used, with extension ".log".
  33.             It will be located in the user's OOo data folder.</desc>
  34.           </info>
  35.           <value>$(userurl)/$(loggername).log</value>
  36.         </prop>
  37.       </group>
  38.       <prop oor:name="DefaultFormatter" oor:type="xs:string" oor:nillable="true">
  39.         <info>
  40.           <desc>Specifies the UNO service name of the default formatter for the logger.</desc>
  41.         </info>
  42.         <value>com.sun.star.logging.PlainTextFormatter</value>
  43.       </prop>
  44.       <group oor:name="FormatterSettings" oor:extensible="true">
  45.         <info>
  46.           <desc>Specifies the settings for the default formatter (DefaultFormatter property) of
  47.             the logger. Plain properties below the FormatterSettings node are passed to
  48.             the log formatter upon creation, as sequence of NamedValues.</desc>
  49.         </info>
  50.       </group>
  51.     </group>
  52.   </templates>
  53.   <component>
  54.     <group oor:name="OOoImprovement">
  55.       <info>
  56.         <desc>specifies settings for the logging of userinterface events.</desc>
  57.       </info>
  58.       <prop oor:name="EnablingAllowed" oor:type="xs:boolean">
  59.         <info>
  60.           <desc>if true and the OOoImprovement Extension is installed, userinterface events (clicks on toolbars and menus for
  61.           example) will get logged in a CSV-File. Sending these files to the
  62.           OpenOffice.org team helps optimizing the user experience.</desc>
  63.         </info>
  64.         <value>true</value>
  65.       </prop>
  66.       <prop oor:name="LogPath" oor:type="xs:string">
  67.         <info>
  68.           <desc>directory where the logs will get saved
  69.           </desc>
  70.         </info>
  71.         <value>$(user)/temp/Feedback</value>
  72.       </prop>
  73.       <prop oor:name="IdleTimeout" oor:type="xs:int">
  74.         <info>
  75.           <desc>idle time in minutes. If two log event are separated by a longer
  76.           time, the log will be rotated.</desc>
  77.         </info>
  78.         <value>180</value>
  79.       </prop>
  80.     </group>
  81.     <set oor:name="Settings" oor:node-type="LoggerSettings">
  82.       <info>
  83.         <desc>contains the settings for all known loggers in OpenOffice.org.</desc>
  84.       </info>
  85.     </set>
  86.   </component>
  87. </oor:component-schema>
  88.