Log
The format strings that can be passed on to the log methods are following .NET's composite formatting.
See also: Composite Formatting in MSDN
| Command | Description |
|---|---|
| FormatMessage | Formats a string using the specified arguments. |
| LogError | Logs an error. |
| LogMessage | Logs a message. |
| LogWarning | Logs a warning. |