Show / Hide Table of Contents

Class ALambdaLogRecord

The abstract ALambdaLogRecord class is the base class for all structured log records.

Inheritance
System.Object
ALambdaLogRecord
LambdaErrorReport
LambdaEventRecord
LambdaMetricsRecord
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.String

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.String

The format version.

In This Article
Back to top Generated by DocFX