Setting
|
Description
|
0
|
Outputs to the Java Console.
|
1
|
Outputs to the Event Log window.
|
string
|
Outputs a text file to the specified path.
|
Setting
|
Description
|
$eventlog::SEVERITY_INFO
|
Includes all diagnostic events, including errors and warnings.
|
$eventlog::SEVERITY_WARNING
|
Includes errors and warnings, but no informational events. This is the default setting.
|
$eventlog::SEVERITY_ERROR
|
Includes errors only.
|
Setting
|
Description
|
0
|
No contextual information.
|
1
|
Exception message.
|
2
|
Exception message and traceback. This is the default setting.
|