summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-10-15 03:36:40 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-10-15 03:36:40 +0000
commita9606aa4d8a6bcb3955d991ee45c56cb93be2450 (patch)
treeca1e1596905e98e63f27896ceed96b5633c04a22 /officecfg/registry/schema
parent4643c17c129612512b49328c1046c2b5ae148a4c (diff)
#i121216# - Allow unique logger file name
Notes
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Logging.xcs18
1 files changed, 15 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Logging.xcs b/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
index 9c632ee4143d..07216c4daca1 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
@@ -52,9 +52,21 @@
</info>
<prop oor:name="FileURL" oor:type="xs:string">
<info>
- <desc>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 &quot;.log&quot;.
- It will be located in the user's OOo data folder.</desc>
+ <desc>Specifies the file URL for the log handler.
+ This URL will be resolved using the
+ ::com::sun::star::util::PathSubstitution service. That is, it is
+ allowed to include placeholders supported by that service,
+ such as $(userurl). Beside these, the following default
+ placeholders can also be included:
+ $(loggername) - the name of the logger
+ $(date) - the current date
+ $(time) - the current time
+ $(datetime) - the current date time
+ $(pid) - the process identifier
+ The default value here will expand to a file with the same name
+ as the logger for which the handler is used, with extension &quot;.log&quot;.
+ It will be located in the user's OOo data folder.
+ </desc>
</info>
<value>$(userurl)/$(loggername).log</value>
</prop>