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 $

Method Summary
 void setRuntimeLogger(Log logger)
          Sets the logger.
 

Method Detail

setRuntimeLogger

public void setRuntimeLogger(Log logger)
Sets the logger. This will be called before any calls to the uberspector

Parameters:
logger - the logger.


Copyright © 2003-2006 The Apache Software Foundation. All Rights Reserved.