bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

DomainLogFilter

Description

This MBean represents a filter to qualify log messages which are logged to the domain logfile. A message must qualify all criteria specified to qualify the filter. Multiple instances of this MBean can be defined, if needed. If there are multiple instances, a message must qualify atleast one filter to qualify for the domain logfile.

Syntax

<!ELEMENT DomainLogFilter EMPTY >
<!ATTLIST DomainLogFilter
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   SeverityLevel              (INFO | WARNING |
                               ERROR | NOTICE |
                               CRITICAL | ALERT |
                               EMERGENCY)              "16"
   SubsystemNames             CDATA                    #IMPLIED
   UserIds                    CDATA                    #IMPLIED
>

Parent Elements

The DomainLogFilter element is a child of the Domain element.

Attributes

Table 13-1 DomainLogFilterMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Severity-Level

The minimum severity of a message that this filter forwards to the domain log. All messages with the specified severity and higher will be sent to the domain log. The ascending order of severities is INFO(64), WARNING(32), ERROR(16), NOTICE(8), CRITICAL(4), ALERT(2), and EMERGENCY(1).

Default: 16

Valid values:

  • INFO

  • WARNING

  • ERROR

  • NOTICE

  • CRITICAL

  • ALERT

  • EMERGENCY

Severity Level

Subsystem-Names

The subsystems for which this filter can forward messages to the domain log. If no subsystems are chosen, then the filter sends messages from all subsystems.


Subsystems

User-Ids

The user IDs for which associated messages are sent to the domain log. Every message includes the user ID from the security context in which the message was generated. You can create a filter that forwards only the messages that are associated with one or more user IDs.

If no IDs are specified, messages from all user IDs can be sent to the domain log.


User Ids


 

 

Back to Top Previous Next