Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Problem with debug option in corona log service.

It seems to me that we are building a logging service for Corona Plugins and we have built it so that we could change the underlying logging implementation.  So…I don’t think we should make the logging service behave like the logging implementation.  For plugins I think you want to turn on/off logging for a individual plugins.  It would be nice if the service let you turn on logging for a group of plugins based upon wild carding the plugin name.  For example org.eclipse.corona.* turns on logging for all plugins with name prefix org.eclipse.corona.  I think this means the logging service does the filtering not log4j. 

 

clSetLevel org.eclipse.corona DEBUG   -only turns on debug for org.eclipse.corona plugin

 

clSetLevel org.eclipse.corona.* DEBUG – turns on debugging for all org.eclipse.corona plugins.

 

 

Glenn Everitt

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top