HRESULT Error2(HRESULT error, LPCTSTR component, LPCTSTR message, LPCTSTR message2)

This method is like the Error method but allows you to provide a two-part message. The final message will have “message,” and then “message2” in the output file. This is simply a convenience method.

Related Topics

ILogger Interface