Show / Hide Table of Contents

Class AuditLogConsts

Inheritance
System.Object
AuditLogConsts
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Domain.Shared.dll
Syntax
public static class AuditLogConsts : object

Properties

MaxApplicationNameLength

Default value: 96

Declaration
public static int MaxApplicationNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxBrowserInfoLength

Default value: 512

Declaration
public static int MaxBrowserInfoLength { get; set; }
Property Value
Type Description
System.Int32

MaxClientIdLength

Default value: 64

Declaration
public static int MaxClientIdLength { get; set; }
Property Value
Type Description
System.Int32

MaxClientIpAddressLength

Default value: 64

Declaration
public static int MaxClientIpAddressLength { get; set; }
Property Value
Type Description
System.Int32

MaxClientNameLength

Default value: 128

Declaration
public static int MaxClientNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxCommentsLength

Default value: 256

Declaration
public static int MaxCommentsLength { get; set; }
Property Value
Type Description
System.Int32

MaxCorrelationIdLength

Default value: 64

Declaration
public static int MaxCorrelationIdLength { get; set; }
Property Value
Type Description
System.Int32

MaxExceptionsLength

Default value: 4000

Declaration
public static int MaxExceptionsLength { get; set; }
Property Value
Type Description
System.Int32

MaxExceptionsLengthValue

Declaration
public static int MaxExceptionsLengthValue { get; set; }
Property Value
Type Description
System.Int32

MaxHttpMethodLength

Default value: 16

Declaration
public static int MaxHttpMethodLength { get; set; }
Property Value
Type Description
System.Int32

MaxTenantNameLength

Default value: 64

Declaration
public static int MaxTenantNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxUrlLength

Default value: 256

Declaration
public static int MaxUrlLength { get; set; }
Property Value
Type Description
System.Int32

MaxUserNameLength

Default value: 256

Declaration
public static int MaxUserNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft