TjachLog_DefaultTopic - jachguate/jachLogMgr GitHub Wiki

Class: TjachLog

Declaration: property DefaultTopic: TjachLogTopicIndex read FDefaultTopic write FDefaultTopic;

Type: TjachLogTopicIndex

TjachLog.DefaultTopic Property

This property holds the topic to which logging entries will belong if no topic is provided on the logging call. This is meant to simplify the usage of the class when applications doesn't require the use of different topics. The default value of the property is 0.

For more information and examples read about log topics