FBHook collects its data and stores it in two text files in the applications folder, the two files are:
[AppName].firebird.dat. Contains log of all API calls.
[AppName].firebird.sql. Contains all SQL commands sent to the server.
As well as logging all activity FBHook will also transmit the data in realtime, via TCP/IP to an application which can log and display individual elements, this makes it an ideal real time debugging aid, that can be used locally or on a clients site.
|