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

<DomainLogFilter


Name="String


Notes="String


SeverityLevel=( "64" | "32" | "16" | "8" | "4" | "2" | "1" )


SubsystemNames="list of Strings


Type="String


UserIds="list of Strings



/>

 


Parent Elements

 


Attributes

Attribute

Description

Range of Values and Default

Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no
SeverityLevel 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 as follows:

  • INFO(64) . Used for reporting normal operations.

  • WARNING(32) . A suspicious operation or configuration has occurred but it may not have an impact on normal operation.

  • ERROR(16) . A user error has occurred. The system or application is able to handle the error with no interruption, and limited degradation, of service.

  • NOTICE(8) . A warning message. A suspicious operation or configuration has occurred which may not affect the normal operation of the server.

  • CRITICAL(4) . A system or service error has occurred. The system is able to recover but there might be a momentary loss, or permanent degradation, of service.

  • ALERT(2) . A particular service is in an unusable state while other parts of the system continue to function. Automatic recovery is not possible; the immediate attention of the administrator is needed to resolve the problem.

  • EMERGENCY(1) . The server is in an unusable state. This severity indicates a severe system failure or panic.
Admin Console field label: Severity LevelDefault: 32
SubsystemNames 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. Admin Console field label: SubsystemsRequired: no
Type Returns the type of the MBean. Required: no
UserIds 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. Admin Console field label: User IDsRequired: no

Skip navigation bar  Back to Top Previous Next