Author: cziegeler
Date: Wed Oct 15 07:55:19 2008
New Revision: 704934
URL: http://svn.apache.org/viewvc?rev=704934&view=rev
Log:
Clarify properties a little bit.
Modified:
incubator/sling/trunk/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
incubator/sling/trunk/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=704934&r1=704933&r2=704934&view=diff
==============================================================================
---
incubator/sling/trunk/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
incubator/sling/trunk/commons/log/src/main/resources/OSGI-INF/metatype/metatype.properties
Wed Oct 15 07:55:19 2008
@@ -35,10 +35,12 @@
log.file.size.name=Maximum Log File Size
log.file.size.description The maximum size of the log file. If this size is \
reached the log file is copied and a new log file is created. This size \
- may be specified with size indicators KB, MB and GB. The default is 10MB.
+ may be specified with size indicators KB, MB and GB. The default is 10MB. \
+ The indicator can either be specificed lower or upper case (e.g. KB or kb).
+
log.pattern.name = Message Pattern
log.pattern.description = Message Pattern for formatting the log messages. \
- This is a java.util.MessageFormat pattern supporting up to five arguments: \
+ This is a java.util.MessageFormat pattern supporting up to six arguments: \
{0} The timestamp of type java.util.Date, {1} the log marker, {2} the name \
of the current thread, {3} the name of the logger, {4} the debug level and \
{5} the actual debug message. If the log call includes a Throwable, the \