public interface MethodLogger
| Modifier and Type | Method and Description |
|---|---|
void |
logEntry(String className,
String methodName,
Object[] args)
Logs a method entry.
|
void |
logException(String className,
String methodName,
Throwable e)
Logs a method failure with a exception.
|
void |
logExit(String className,
String methodName,
Object returnValue)
Logs a method exit.
|
void logEntry(String className, String methodName, Object[] args)
className - the method's class namemethodName - the method's nameargs - the method's argumentsvoid logExit(String className, String methodName, Object returnValue)
className - the method's class namemethodName - the method's namereturnValue - the method's return valueCopyright © 2018 CrafterCMS. All rights reserved.