Class ALambdaLogRecord
The abstract ALambda
Namespace: LambdaSharp.Logging
Assembly: LambdaSharp.Logging.dll
Syntax
public abstract class ALambdaLogRecord
Properties
Type
The Type property determines the type of the Lambda record.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
The source of the Lambda record. |
Version
The Version property determines the format version of the Lambda record.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |
The format version. |