public class SpiOperationLoggingUtil extends Object
Constructor and Description |
---|
SpiOperationLoggingUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
logOpEntry(Log opLog,
ConnectorOperationalContext opContext,
Class<?> opClass,
String methodName,
Object... parameters) |
static void |
logOpException(Log opLog,
ConnectorOperationalContext opContext,
Class<?> opClass,
String methodName,
RuntimeException e) |
static void |
logOpExit(Log opLog,
ConnectorOperationalContext opContext,
Class<?> opClass,
String methodName) |
static void |
logOpExit(Log opLog,
ConnectorOperationalContext opContext,
Class<?> opClass,
String methodName,
Object returnValue) |
public static final Log.Level LOG_LEVEL
public static void logOpEntry(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, Object... parameters)
public static void logOpExit(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, Object returnValue)
public static void logOpExit(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName)
public static void logOpException(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, RuntimeException e)
Copyright © 2022. All rights reserved.