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
);

Parameters

  • pLogObj
    Points to the IInetLogInformation interface which contains the information to be logged.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

Header: Declared in ilogobj.hxx.

See Also