Difference between revisions of "TSyslogClient"
From Ultibo.org
(Created page with "Return to Unit Services __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...") |
|||
Line 123: | Line 123: | ||
− | |||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
− | <pre style="border: 0; padding-bottom:0px;"> | + | <pre style="border: 0; padding-bottom:0px;">constructor TSyslogClient.Create;</pre> |
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> |
Revision as of 00:40, 29 May 2018
Return to Unit Services
Description
To be documented
Class definitions
[Expand]
TSyslogClient = class(TObject)
Function declarations
[Expand]
procedure TSyslogClient.SetRemoteHost(const ARemoteHost:String);
Description: To be documented
[Expand]
procedure TSyslogClient.SetOctetCounting(AOctetCounting:Boolean);
Description: To be documented
[Expand]
function TSyslogClient.GetPriority(AFacility,ASeverity:LongWord):String;
Description: To be documented
[Expand]
function TSyslogClient.GetMessage(const APriority,AAddress,ATag,AContent:String):String;
Description: To be documented
[Expand]
function TSyslogClient.SendMessage(AFacility,ASeverity:LongWord; const ATag,AContent:String):LongWord;
Description: To be documented
Return to Unit Reference