tlogiterpipe

This sample demonstrates the use of flags LogWriter.LF_ITERABLE and LogWriter.LF_PIPE to transfer the log through a pipe to another application and iterate the log on the reader side.

How to Run

In a console window run:

 
    TLogDBSource
     

Then in a second console window build and run the Windows sample TLogIterPipe_Native:

 
    TLogIterPipe_Native
 

But it is more instructive to run one instance in your development environment debugger, stepping through the code.