| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalinaLogger
This is an adapter of java.util.logging.Logger to org.apache.catalina.Logger.
|
class |
IASLogger
An implementation of Logger that writes log messages
using JDK 1.4's logging API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PwcWebContainerLifecycle.onInitialization(String rootDir,
String instanceName,
boolean useNaming,
Logger logger,
String embeddedClassName) |
void |
PwcWebContainer.onInitialization(String rootDir,
String instanceName,
boolean useNaming,
Logger logger,
String embeddedClassName) |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Container.getLogger()
Return the Logger with which this Container is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setLogger(Logger logger)
Set the Logger with which this Container is associated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
ContainerBase.logger
The Logger implementation with which this Container is associated.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
ContainerBase.getLogger()
Return the Logger with which this Container is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerBase.setLogger(Logger logger)
Set the Logger with which this Container is associated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileLogger
Implementation of Logger that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
|
class |
LoggerBase
Convenience base class for Logger implementations.
|
class |
SystemErrLogger
Simple implementation of Logger that writes to System.err.
|
class |
SystemOutLogger
Simple implementation of Logger that writes to System.out.
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
Embedded.logger
The default logger to be used by this component itself.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
Embedded.getLogger()
Return the Logger for this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Embedded.setLogger(Logger logger)
Set the Logger for this component.
|
| Constructor and Description |
|---|
Embedded(Logger logger,
Realm realm)
Construct a new instance of this class with specified properties.
|
Copyright © 2019. All rights reserved.