Class AbpAspNetCoreSerilogOptions.AllEnricherPropertyNames
Inheritance
AbpAspNetCoreSerilogOptions.AllEnricherPropertyNames
Assembly: Volo.Abp.AspNetCore.Serilog.dll
Syntax
public class AbpAspNetCoreSerilogOptions.AllEnricherPropertyNames
Constructors
AllEnricherPropertyNames()
Declaration
public AllEnricherPropertyNames()
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
TenantId
Declaration
public string TenantId { get; set; }
Property Value
UserId
Declaration
public string UserId { get; set; }
Property Value
Extension Methods