Author: angelo.vandersijpt at luminis.eu
Date: Mon Jan 24 14:24:26 2011
New Revision: 695
Log:
AMDATU-273 Added basic metatype information to the log handler.
Added:
trunk/amdatu-core/loghandler/src/main/resources/OSGI-INF/
trunk/amdatu-core/loghandler/src/main/resources/OSGI-INF/metatype/
trunk/amdatu-core/loghandler/src/main/resources/OSGI-INF/metatype/metatype.xml
Added:
trunk/amdatu-core/loghandler/src/main/resources/OSGI-INF/metatype/metatype.xml
==============================================================================
--- (empty file)
+++
trunk/amdatu-core/loghandler/src/main/resources/OSGI-INF/metatype/metatype.xml
Mon Jan 24 14:24:26 2011
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0">
+ <OCD id="org.amdatu.core.loghandler" name="Amdatu Loghandler">
+ <AD id="console.mininum.loglevel" name="console.mininum.loglevel"
type="String" description="This settings indicates the loglevels of messages
that will be printed to the console. Can be DEBUG, INFO, WARNING or ERROR. For
example if 'INFO' is defined, only log messages will be printed in the console
which have a loglevel of INFO or higher (WARNING or ERROR)."/>
+ </OCD>
+ <Designate pid="org.amdatu.core.loghandler">
+ <Object ocdref="org.amdatu.core.loghandler"/>
+ </Designate>
+</metatype:MetaData>
\ No newline at end of file