public interface Loggable
extends Serializable
| Modifier and Type | Method and Description |
|---|---|
LogNode |
getLogNode(String m,
Object ret,
Object[] args,
Throwable ex)
Gets the log node.
|
String |
getPropertyName()
Get the configuration property name used to enable\disable logging for the service.
|
boolean |
isLogByDefault()
Checks if service call should be logged by default.
|
LogNode getLogNode(String m, Object ret, Object[] args, Throwable ex)
m - the methodret - the return valueargs - the input argumentex - the exceptionString getPropertyName()
boolean isLogByDefault()
Copyright © 2010-2020 Toolsverse. All Rights Reserved.