 |
Making applications log statistics
To track application usage, you can make your application log the events generated by FCAS when users start the application. These statistics are sent to the server by default.
If you want your application to log these statistics, you must enable logging before starting FCAS, because logging begins on application launch.
Note
Be aware that turning on statistics logging increases the amount of traffic sent to FCAS. In some cases, this can degrade performance on large sites.
Statistics log format
FCAS statistics are logged in this format:
Application,5000000000,3/1/2005,4:28:54 PM,admin,radspeed,Stationery
Application |
The statistics keyword the server uses to determine what type of action was performed (for example, MsgReply, Open, Login). |
5000000000 |
The gateway login ID. |
admin |
The user. |
radspeed |
The application name. |
Stationery |
The launch type. Possible launch types are: • Stationery • Server • Login • Helper • Development. |
|  |