public class LoggingProxy extends Object implements InvocationHandler
Constructor and Description |
---|
LoggingProxy(Class<? extends APIOperation> api,
Object target,
String instanceName) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static boolean |
isLoggable() |
public LoggingProxy(Class<? extends APIOperation> api, Object target, String instanceName)
Copyright © 2022. All rights reserved.