Method LogInfo
LogInfo(object, string)
Logs an informational message.
Declaration
public void LogInfo(object invoker, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | invoker | The object issuing the log. |
| string | message | The message to log. |