Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

Wingate Logs

Dec 22 03 4:41 pm

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


Regards

Mazen Bamasoud
Yemen

Re: Wingate Logs

Dec 23 03 7:20 am

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".
Post a reply