Description | Hierarchy | Fields | Methods | Properties |
type TAdLogMessage = record
A record type containing information about a log entry in the log system.
Text:string; |
Sender:string; |
Typ:string; |
Text:string; |
the text of the message |
Sender:string; |
the sender of the message. (May be the plugin or something else.) |
Typ:string; |
the typ of the message |