Kernel

Nested Elements

Element Occurance Description
logging 0..1 Defintion of the root logging system.
repository 0..1 Defintion of the repository sub-system including proxy settings, cache directory and remote host list.

Description

The kernel element declares a root Merlin kernel that is used to establish core services.

Sample XML

 <!-- kernel declaration -->
<kernel>

   <logging target="default" priority="INFO">
      <category name="/logger" priority="WARN"/>
   </logging>

   <repository>
     <hosts>
       <host>http://dpml.net</host>
       <host>http://ibiblio.org/maven/</host>
     </hosts>
   </repository>

</kernel>