Class LoggingInvokableWrapper<T>
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.util.LoggingInvokableWrapper<T>
 
 
- 
- All Implemented Interfaces:
 Invokable<T>
public class LoggingInvokableWrapper<T> extends Object implements Invokable<T>
- Since:
 - 5.3
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LoggingInvokableWrapper(org.slf4j.Logger logger, String message, Invokable<T> delegate) 
 -