| java.lang.Object org.apache.tapestry.ioc.internal.services.ServiceLogger
entry | public void entry(String name, Object[] arguments)(Code) | | Invoked when a method is first entered
Parameters: name - of the method Parameters: arguments - |
exit | public void exit(String name, Object result)(Code) | | Invoked when a method returns a value
Parameters: name - of the method Parameters: result - the return value for the method invocation |
fail | public void fail(String name, Throwable t)(Code) | | Invoked when method invocation instead throws an exception.
|
isDebugEnabled | public boolean isDebugEnabled()(Code) | | Returns true if the debugging is enabled for the underlying Log.
|
voidExit | public void voidExit(String name)(Code) | | Invoked when void method finishes succesfully.
|
|
|