Method LogDev
LogDev(object, string)
Logs a developer-level diagnostic message.
Declaration
public void LogDev(object invoker, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | invoker | The object issuing the log. |
| string | message | The message to log. |