EventAppLevel
This registry value defines the level of the messages that should be logged by the EventMonitor API 2.5.
| Location | Typical value |
|---|---|
| HKLM\SOFTWARE\Wow6432Node\Trisoft\Tridk\TridkApp\InfoShareAuthor\EventAppLevel | Verbose |
The following is an overview of all possible values. The number of messages that are logged increase as you move from the value at the top of the table to the value at the bottom.
| Value | Description |
|---|---|
| Exception | Only exceptions are logged. |
| Warning | Exceptions and warnings are logged. |
| Information | Exceptions and warnings are logged with informational messages. The extra, informational messages are necessary to set the context of an exception or warning. |
| Verbose | Exceptions, warnings and information are logged along with extra messages at a level between informational and technical debug messages. |
| Debug | Includes technical messages which can be used by SDL support to help debug problems. Do not set the log level to Debug on your production system unless directed to do so by SDL support. |