ILogType
PackageAxial.PlatformService
Provides synchronous access to workflow logging as an explicit service.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| Log | this.Log | Writes a log message at the requested level. |
| LogException | this.LogException | Writes a log message carrying an exception, preserving its stack trace for the host logger. |
Writes a log message at the requested level.
Parameters
| Name | Type | Description |
|---|---|---|
| level | LogLevel | |
| message | string |
Returns
unit

