ILogPlugin::LogInformation

The ILogPlugin::LogInformation method sends the logging module a LogInformation interface pointer to communicate the log data.

virtual HRESULT STDMETHODCALLTYPE LogInformation(

  IInetLogInformation *pLogObj  //a pointer to a log object

);

 

Parameters
pLogObj
Points to the LogInformation interface which contains the information to be logged.
See Also

IIsLogModule