This sample demonstrates the use of flags
LogWriter.LF_ITERABLE
andLogWriter.LF_PIPE
to transfer the log through a pipe to another application and iterate the log on the reader side.
In a console window run:
TLogDBSourceThen in a second console window build and run the Windows sample
TLogIterPipe_Native
:TLogIterPipe_NativeBut it is more instructive to run one instance in your development environment debugger, stepping through the code.