maznos wrote:I am working on application to inject the usage payments to a corprate billing system to be deducted from the users sallaries (the extra usage)
I need to know more info about the logs format and its symbols
The easiest way to do this is to turn on Auditing for the users, ensuring that the traffic stats are being logged. In %WinGatePath%\audit\username.log you will find the appropriate audit log files.
The basic format for any log file is:
* Date
* Time
*IP Address
* Session #
* Event Type
* Event Details
The traffic information is recorded as:
* Bytes sent to
* Bytes received from
* Bytes sent for
* Bytes received for
* seconds
You can find more information on this in the helpfile, under "Auditing and Logging".