Icon OnServerTrace Event

property OnServerTrace: TEDBServerTraceEvent

The OnServerTrace event is fired for every request/reply to/from the ElevateDB Server when the EngineType property is set to etServer and the ServerTrace property is set to True. Write an event handler for this event in order to log these trace events to a console debug log or a log file.

Warning This event can be called from multiple threads, so any code that is called from this event handler must be thread-safe.

Please see the edbsrvr.dpr GUI ElevateDB Server project that is provided with ElevateDB for more information on how to use this event. You can find this server in the \servers\edbsrvr subdirectory under the main ElevateDB installation directory, and you can find the source code to this server in the \source subdirectory under the server's directory.
Image