Skip to content

TjachLog_TopicName

Juan Antonio Castillo edited this page Feb 27, 2022 · 2 revisions

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