Skip to content

TjachLog_WriteCachedLog

Juan Antonio Castillo edited this page Feb 26, 2022 · 1 revision

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