Method Debug
Debug(string)
Declaration
void Debug(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
Debug(Func<string>)
Declaration
void Debug(Func<string> messageSupplier)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<string> | messageSupplier |
Debug(string, Exception)
Declaration
void Debug(string message, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | exception |