2009/07/07

TIdSysLog Class - SendMsg篇(一)

TIdSysLog Class
---------------------------------
TIdSyslog SendLogMessage --Indy 10.x
TIdSyslog SendMessage --Indy 9.x (實際應用是SendMsg)
---------------------------------

Exsample:
//This is C++ Code
IdSysLog1->SendMsg("Test HI!",sfUserLevel,slInformational);


Sends a message to the logging daemon. --Indy10.1.5
Sends a message to the loggin daemon --Indy9........(看出哪裡錯了嗎?)
對Syslog Server發送一個訊息。

logging daemon 原文應該是翻成 「登錄守護靈」??
但實際指的就是接收 Syslog的機器,所以等於Syslog Server也不為過吧。

可能因原Indy9.x中的TIdSyslog SendMessage會和TIdMessageClient.SendMsg重名
(對IdSyslog.SendMsg做help查詢會查到TIdMessageClient.SendMsg)
所以才會在Indy10.x中改為SendLogMessage吧? (誤)

沒有留言:

張貼留言