OneGate logs its activities in the [maindir]/logs directory, and
each program set has its its own log. The log format is a single line
containing the following components:
- The full date and time followed by a colon
- The IP Address of the remote client that made the request
- The program set name
- The end result of the request. This can be one of the following:
- SUCCESS
- LOCK_COUNT_EXCEEDED
- SUBNET_BANNED
- ACCESS_DENIED
- ERROR_[NUMBER]
- If the result was an ERROR_#, the rest of the line following a single
whitespace comprises the full text of the error type.