TjachLog_TopicName - jachguate/jachLogMgr GitHub Wiki
Class: TjachLog
Declaration: property TopicName[Index: TjachLogTopicIndex]: string read GetTopicName write SetTopicName;
Type: string
TjachLog.TopicName Property
In a complex application that uses different log topics, you can fill the TopicName
with the name of the topics and then set the IncludeTopicName
property to true
to prefix each logged entry message with the corresponging topic name.
For more information and examples read about log topics