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 LoggerLogger. getLogger(java.lang.Class<?> clazz)Returns a logger for the specifiedClass.static LoggerLogger. 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 LoggerDataSource. 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 LoggerAbstractRMIClientCommand. LOGGER -
Uses of Logger in com.saperion.exception
Fields in com.saperion.exception declared as Logger Modifier and Type Field Description static LoggerNativeReturnCodeMapper. LOGGER -
Uses of Logger in com.saperion.web.filter
Fields in com.saperion.web.filter declared as Logger Modifier and Type Field Description static LoggerLoggingFilter. LOGGERstatic LoggerMethodLoggingFilter. LOGGERstatic LoggerProcessingTimeFilter. LOGGERThis filters logger.
-