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