Contains preferences the Logger components. contains preferences for a single Logger. Specifies the log level of the logger. 2147483647 Specifies the UNO service name of the default handler for the logger. com.sun.star.logging.FileHandler Specifies the settings for the default handler (DefaultHandler property) of the logger. Plain properties below the HandlerSettings node are passed to the log handler upon creation, as sequence of NamedValues. Specifies the file URL for the log handler. The default value here will expand to a file with the same name as the logger for which the handler is used, with extension ".log". It will be located in the user's OOo data folder. $(userurl)/$(loggername).log Specifies the UNO service name of the default formatter for the logger. com.sun.star.logging.PlainTextFormatter Specifies the settings for the default formatter (DefaultFormatter property) of the logger. Plain properties below the FormatterSettings node are passed to the log formatter upon creation, as sequence of NamedValues. specifies settings for the logging of userinterface events. only if this is true, usage tracking is allowed and its options will be shown false directory where the logs will get saved $(user)/temp/Feedback idle time in minutes. If two log event are separated by a longer time, the log will be rotated. 180 contains the settings for all known loggers in OpenOffice.org.