Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.management.configuration.LogFilterMBean

Packages that use LogFilterMBean
weblogic.management.configuration   

 

Uses of LogFilterMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return LogFilterMBean
abstract  LogFilterMBean DomainMBean.createLogFilter(String name)
          Creates a log filter MBean instance
abstract  LogFilterMBean LogMBean.getDomainLogBroadcastFilter()
          The filter configuration for log events being sent to the domain log.
abstract  LogFilterMBean LogMBean.getLogFileFilter()
          The filter configuration for the server log file.
abstract  LogFilterMBean[] DomainMBean.getLogFilters()
          Gets the array of log filters defined in the domain
abstract  LogFilterMBean LogMBean.getMemoryBufferFilter()
          Deprecated. 12.1.3.0
abstract  LogFilterMBean LogMBean.getStdoutFilter()
          The filter configuration for log events being sent to the standard out.
abstract  LogFilterMBean DomainMBean.lookupLogFilter(String name)
          Looks up a log filter by name

 

Methods in weblogic.management.configuration with parameters of type LogFilterMBean
abstract  void DomainMBean.destroyLogFilter(LogFilterMBean logFilter)
          Destroy the given log filter MBean
abstract  void LogMBean.setDomainLogBroadcastFilter(LogFilterMBean filter)
          Sets the filtering criteria for log events going to the domain log.
abstract  void LogMBean.setLogFileFilter(LogFilterMBean filter)
          Sets the value of the LogFileFilter attribute.
abstract  void LogMBean.setMemoryBufferFilter(LogFilterMBean filter)
          Deprecated. 12.1.3.0
abstract  void LogMBean.setStdoutFilter(LogFilterMBean filter)
          Sets the value of the StdoutFilter attribute.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09