|
Internet Direct (Indy)
|
Sends a message to the logging daemon.
procedure SendLogMessage(
const AProcess: String;
const AText: String;
const AFacility: TidSyslogFacility;
const ASeverity: TIdSyslogSeverity;
const AUsePID: Boolean = False;
const APID: Integer = -1
); overload;|
Parameters |
Description |
|
AProcess |
|
|
AText |
|
|
AFacility |
|
|
ASeverity |
|
|
AUsePID |
Default is False. |
|
APID |
Default is -1. |
TIdSysLog.SendLogMessage
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |