Uses of Interface
org.apache.catalina.Logger
-
Packages that use Logger Package Description com.sun.enterprise.web.logger com.sun.enterprise.web.pwc org.apache.catalina org.apache.catalina.core org.apache.catalina.logger org.apache.catalina.startup -
-
Uses of Logger in com.sun.enterprise.web.logger
Classes in com.sun.enterprise.web.logger that implement Logger Modifier and Type Class Description classCatalinaLoggerThis is an adapter of java.util.logging.Logger to org.apache.catalina.Logger.classIASLoggerAn implementation of Logger that writes log messages using JDK 1.4's logging API. -
Uses of Logger in com.sun.enterprise.web.pwc
Methods in com.sun.enterprise.web.pwc with parameters of type Logger Modifier and Type Method Description voidPwcWebContainer. onInitialization(String rootDir, String instanceName, boolean useNaming, Logger logger, String embeddedClassName)voidPwcWebContainerLifecycle. onInitialization(String rootDir, String instanceName, boolean useNaming, Logger logger, String embeddedClassName) -
Uses of Logger in org.apache.catalina
Methods in org.apache.catalina that return Logger Modifier and Type Method Description LoggerContainer. getLogger()Return the Logger with which this Container is associated.Methods in org.apache.catalina with parameters of type Logger Modifier and Type Method Description voidContainer. setLogger(Logger logger)Set the Logger with which this Container is associated. -
Uses of Logger in org.apache.catalina.core
Fields in org.apache.catalina.core declared as Logger Modifier and Type Field Description protected LoggerContainerBase. loggerThe Logger implementation with which this Container is associated.Methods in org.apache.catalina.core that return Logger Modifier and Type Method Description LoggerContainerBase. getLogger()Return the Logger with which this Container is associated.Methods in org.apache.catalina.core with parameters of type Logger Modifier and Type Method Description voidContainerBase. setLogger(Logger logger)Set the Logger with which this Container is associated. -
Uses of Logger in org.apache.catalina.logger
Classes in org.apache.catalina.logger that implement Logger Modifier and Type Class Description classFileLoggerImplementation of Logger that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp.classLoggerBaseConvenience base class for Logger implementations.classSystemErrLoggerSimple implementation of Logger that writes to System.err.classSystemOutLoggerSimple implementation of Logger that writes to System.out. -
Uses of Logger in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as Logger Modifier and Type Field Description protected LoggerEmbedded. loggerThe default logger to be used by this component itself.Methods in org.apache.catalina.startup that return Logger Modifier and Type Method Description LoggerEmbedded. getLogger()Return the Logger for this component.Methods in org.apache.catalina.startup with parameters of type Logger Modifier and Type Method Description voidEmbedded. setLogger(Logger logger)Set the Logger for this component.Constructors in org.apache.catalina.startup with parameters of type Logger Constructor Description Embedded(Logger logger, Realm realm)Construct a new instance of this class with specified properties.
-