Uses of Class
com.saperion.common.logging.Logger
-
Packages that use Logger Package Description com.saperion.common.logging Contains standard logging classes.com.saperion.common.sql com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.exception This package contains the classes for the global exceptions.com.saperion.web.filter Package for authentication filters. -
-
Uses of Logger in com.saperion.common.logging
Methods in com.saperion.common.logging that return Logger Modifier and Type Method Description static Logger
Logger. getLogger(java.lang.Class<?> clazz)
Returns a logger for the specifiedClass
.static Logger
Logger. getLogger(java.lang.String name)
Returns a logger with the specified name. -
Uses of Logger in com.saperion.common.sql
Fields in com.saperion.common.sql declared as Logger Modifier and Type Field Description protected static Logger
DataSource. LOGGER
-
Uses of Logger in com.saperion.connector.rmi
Fields in com.saperion.connector.rmi declared as Logger Modifier and Type Field Description protected static Logger
AbstractRMIClientCommand. LOGGER
-
Uses of Logger in com.saperion.exception
Fields in com.saperion.exception declared as Logger Modifier and Type Field Description static Logger
NativeReturnCodeMapper. LOGGER
-
Uses of Logger in com.saperion.web.filter
Fields in com.saperion.web.filter declared as Logger Modifier and Type Field Description static Logger
LoggingFilter. LOGGER
static Logger
MethodLoggingFilter. LOGGER
static Logger
ProcessingTimeFilter. LOGGER
This filters logger.
-