IEventLog Interface
Provides access for addins to write event log entries.
Methods
| Type | Signature |
| void |
LogInfo(string msg)
Log an informational event log entry. |
| void |
LogWarn(string msg)
Log a warning event log entry. |
| void |
LogError(string msg)
Log an error event log entry. |