Package | Description |
---|---|
weblogic.logging |
Provides interfaces for
weblogic.logging . |
weblogic.logging.log4j |
Provides interfaces and classes for using Log4j with WebLogic Server.
|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
Modifier and Type | Field and Description |
---|---|
private LogFilterMBean |
LogFilter.filterConfig |
Constructor and Description |
---|
LogFilter(LogMBean log,
java.lang.String logFilterAttr,
LogFilterMBean filterMBean) |
Constructor and Description |
---|
WLLog4jLogFilter(LogMBean logConfig,
java.lang.String logFilterAttr,
LogFilterMBean logFilter) |
Modifier and Type | Method and Description |
---|---|
LogFilterMBean |
DomainMBean.createLogFilter(java.lang.String name)
Creates a log filter MBean instance
|
LogFilterMBean |
LogMBean.getDomainLogBroadcastFilter()
The filter configuration for log events being sent to the domain log.
|
LogFilterMBean |
LogMBean.getLogFileFilter()
The filter configuration for the server log file.
|
LogFilterMBean[] |
DomainMBean.getLogFilters()
Gets the array of log filters defined in the domain
|
LogFilterMBean |
LogMBean.getMemoryBufferFilter()
Deprecated.
12.1.3.0
|
LogFilterMBean |
LogMBean.getStdoutFilter()
The filter configuration for log events being sent to the
standard out.
|
LogFilterMBean |
DomainMBean.lookupLogFilter(java.lang.String name)
Looks up a log filter by name
|
Modifier and Type | Method and Description |
---|---|
void |
DomainMBean.destroyLogFilter(LogFilterMBean logFilter)
Destroy the given log filter MBean
|
void |
LogMBean.setDomainLogBroadcastFilter(LogFilterMBean filter)
Sets the filtering criteria for log events going to the domain log.
|
void |
LogMBean.setLogFileFilter(LogFilterMBean filter)
Sets the value of the LogFileFilter attribute.
|
void |
LogMBean.setMemoryBufferFilter(LogFilterMBean filter)
Deprecated.
12.1.3.0
|
void |
LogMBean.setStdoutFilter(LogFilterMBean filter)
Sets the value of the StdoutFilter attribute.
|
Modifier and Type | Field and Description |
---|---|
(package private) LogFilterMBean |
DomainLogFilter.delegate |
Modifier and Type | Method and Description |
---|---|
LogFilterMBean |
DomainLogFilter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
DomainLogFilter.setDelegate(LogFilterMBean other) |