From Stealth Client
m (1 revision) |
m |
||
Line 7: | Line 7: | ||
<source lang="pascal"> | <source lang="pascal"> | ||
- | procedure AddToSystemJournal(Text : String) | + | procedure AddToSystemJournal(Text:String) |
</source> | </source> | ||
+ | Add a message to the syslog program.(Located at the bottom of the window and called System Journal) | ||
- | + | '''Example:''' | |
- | + | ||
- | ''' | + | |
<source lang="pascal"> | <source lang="pascal"> | ||
AddToSystemJournal('Hello'); | AddToSystemJournal('Hello'); | ||
</source> | </source> |
Revision as of 21:39, 15 February 2012
AddToSystemJournal
procedure AddToSystemJournal(Text:String)
Add a message to the syslog program.(Located at the bottom of the window and called System Journal)
Example:
AddToSystemJournal('Hello');