org.apache.commons.jexl.util.introspection
Interface UberspectLoggable
- All Known Implementing Classes:
- UberspectImpl
public interface UberspectLoggable
Marker interface to let an uberspector indicate it can and wants to log.
Thanks to Paulo for the suggestion
- Since:
- 1.0
- Version:
- $Id: UberspectLoggable.java 398512 2006-05-01 03:41:02Z dion $
- Author:
- Geir Magnusson Jr.
Method Summary |
void |
setRuntimeLogger(org.apache.commons.logging.Log logger)
Sets the logger. |
setRuntimeLogger
void setRuntimeLogger(org.apache.commons.logging.Log logger)
- Sets the logger. This will be called before any calls to the uberspector
- Parameters:
logger
- the logger.