BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-log-filterType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-log-filterType (extension)

Documentation
Corresponds to SNMPLogFilterMBean
Properties
This component is not nillable.

Model
<...>
(severity-level?, subsystem-name*, user-id*, message-id*, message-substring? )
</...>


Nested Element Summary
xs:stringmessage-id
          A list of message IDs or ID ranges that cause WebLogic Server to generate a trap. 
xs:stringmessage-substring
          A string that is searched for in the message text. 
xs:stringseverity-level
          The minimum severity of a message that causes WebLogic Server to generate a trap. 
xs:stringsubsystem-name
          A list of subsystems whose messages are selected by this log filter. 
xs:stringuser-id
          A list of user IDs that causes WebLogic Server to generate a trap. 
Source
<xs:complexType name="snmp-log-filterType">
<xs:complexContent>
<xs:extension base="dom:snmp-trap-sourceType">
<xs:sequence>
<xs:element minOccurs="0" name="severity-level" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="subsystem-name" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="user-id" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="message-id" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="message-substring" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation