[]
Logs a message.
void Log(string message)
Type | Name | Description |
---|---|---|
string | message | The logged message. |
Logs a formatted message.
void Log(string format, params object[] args)
Type | Name | Description |
---|---|---|
string | format | The message formatting string. |
object[] | args | The list of parameters supplied to the formatting string. |