|
From: Attila O. <Att...@xs...> - 2009-12-07 14:13:11
|
Hi
I would like to set up a logger to send message into system log, using the NTEventLogAppender.
NTEventLogAppender(const log4cplus::tstring& server,
const log4cplus::tstring& log,
const log4cplus::tstring& source);
I can't found any documentation (or test) for this one. Could someone explain to me what those paramters for in ctor?
Regarding to log4, the source should be the source showed in event log, but what about the rest?
Thanks,
Attila
|