TjachLog_WriteCachedLog - jachguate/jachLogMgr GitHub Wiki
Class: TjachLog
Declaration: procedure WriteCachedLog;
TjachLog.WriteCachedLog Method
Invoke this method to write all the cached log entries to destinations. The write operations will occur in the context of the calling thread.
Calling this method implies all cached log entries will be written. The filtering of entries based on topics and levels always occur at the log method call.
For more information and examples read caching log messages