LogLevelMatch
The messages reported relative to the specified LogLevel. The options are:
| Option | Description | 
|---|---|
| Equal | Only the message type specified by LogLevelis reported. For example, ifLogLevel=warning, only warning messages are reported. | 
| LessThan | The message types below the LogLevelsetting are reported. For example, ifLogLevel=warning, "Normal" and "Full" message types are reported. | 
| LessThanOrEqual | The message type specified by LogLeveland any message type below that are reported. For example, ifLogLevel=warning, "Normal", "Full", and "Warning" message types are reported. | 
| GreaterThan | The message types above the LogLevelsetting are reported. For example, ifLogLevel=warning, "Error" and "Always" message types are reported. | 
| GreaterThanOrEqual | The message type specified by LogLeveland any message type above that are reported. For example, ifLogLevel=warning, "Error", "Always", and "Warning" message types are reported. | 
| Type: | String | 
| Default: | GreaterThanOrEqual | 
| Required: | No | 
| Configuration Section: | Logging or LogStream If you set this parameter in the LoggingandLogStreamsections, the setting in theLogStreamsection takes precedence for the specified log stream. | 
| Example: | LogLevelMatch=GreaterThanOrEqual | 
| See Also: | LogFile LogLevel LogOutputLogLevel |