ILogType

PackageAxial.PlatformService
Provides synchronous access to workflow logging as an explicit service.

Specification

Kind
Type
Members
2
Examples
0
LogSignature
this.Log
LogExceptionSignature
this.LogException

Summary

NameSignatureSynopsis
Logthis.LogWrites a log message at the requested level.
LogExceptionthis.LogExceptionWrites a log message carrying an exception, preserving its stack trace for the host logger.

Log

this.Log
Member
Writes a log message at the requested level.

Parameters

NameTypeDescription
levelLogLevel
messagestring

Returns

unit

LogException

this.LogException
Member
Writes a log message carrying an exception, preserving its stack trace for the host logger.

Parameters

NameTypeDescription
levelLogLevel
errorexn
messagestring

Returns

unit