[oXygen-user] Plugin Development: How to Turn On Logging?
    Sorin Ristache 
    
       
    Mon Oct 29 11:07:27 CDT 2007
    
    
  
Hello,
In the plugin.xml descriptor of your oXygen plugin you add a line like
     <runtime>
         <library name="lib/log4j.jar"/>
     </runtime>
where the "name" attribute specifies the path to the jar file relative 
to the plugin.xml file. The "runtime" element must be a child of the 
root element called "plugin".
Regards,
Sorin
Eliot Kimber wrote:
> For debugging, I want to turn on the Log4J logging I have in my plugin
> components. How exactly do I do this for a plugin?
> 
> Thanks,
> 
> Eliot
    
    
More information about the oXygen-user
mailing list