Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

Uses of Interface
weblogic.management.configuration.LogFilterMBean

Packages that use LogFilterMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of LogFilterMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return LogFilterMBean
 LogFilterMBean DomainMBean.createLogFilter(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()
          The filter configuration for messages that are stored in the log memory buffer.
 LogFilterMBean LogMBean.getStdoutFilter()
          The filter configuration for log events being sent to the standard out.
 LogFilterMBean DomainMBean.lookupLogFilter(String name)
          Looks up a log filter by name
 

Methods in weblogic.management.configuration with parameters of type LogFilterMBean
 void DomainMBean.destroyLogFilter(LogFilterMBean logFilter)
          Destroy the given log filter MBean
 void DomainLogFilterMBean.setDelegate(LogFilterMBean delegate)
          Deprecated.  
 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)
           
 void LogMBean.setStdoutFilter(LogFilterMBean filter)
          Sets the value of the StdoutFilter attribute.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02