HKLM\SYSTEM\CurrentControlSet\Services\AtmUni\Parameters
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0x0 - 0xF bitmask value | 0x0 |
Determines which types of events are recorded in the ATMUNI log file. The ATMUNI log file is created only when the value of this entry is greater than 0x0 and you have added a LogFileName entry to this subkey.
The value of this entry is a bitmask. To add an event type to the log, set the bit representing that event type to 1. To indicate that a type of event should not appear in the log, set the bit representing that event type to 0. Or, sum the hexadecimal values of the event types that should appear in the log.
For example, to indicate the all event types should appear in the log, enter 0xF (1 + 2 + 4 + 8).
Value | Meaning |
---|---|
0x0 (0) | Do not write any events to the log. No log is created. |
0x1 (01) | Failed calls |
0x2 (10) | Successful calls |
0x4 (100) | Abnormal call terminations |
0x8 (1000) | Normal call terminations |
Note
The ATMUNI log records events generated by activity all ATM network adapters. You cannot configure a log file for a particular ATM adapter.
Related Entries