Show / Hide Table of Contents

Class AbpAuditingOptions

Inheritance
System.Object
AbpAuditingOptions
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AbpAuditingOptions : object

Constructors

AbpAuditingOptions()

Declaration
public AbpAuditingOptions()

Properties

AlwaysLogOnException

Audit log on exceptions. Default: true.

Declaration
public bool AlwaysLogOnException { get; set; }
Property Value
Type Description
System.Boolean

ApplicationName

The name of the application or service writing audit logs. Default: null.

Declaration
public string ApplicationName { get; set; }
Property Value
Type Description
System.String

Contributors

Declaration
public List<AuditLogContributor> Contributors { get; }
Property Value
Type Description
List<AuditLogContributor>

EntityHistorySelectors

Declaration
public IEntityHistorySelectorList EntityHistorySelectors { get; }
Property Value
Type Description
IEntityHistorySelectorList

HideErrors

If this value is true, auditing will not throw an exceptions and it will log it when an error occurred while saving AuditLog. Default: true.

Declaration
public bool HideErrors { get; set; }
Property Value
Type Description
System.Boolean

IgnoredTypes

Declaration
public List<Type> IgnoredTypes { get; }
Property Value
Type Description
List<Type>

IsEnabled

Default: true.

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean

IsEnabledForAnonymousUsers

Default: true.

Declaration
public bool IsEnabledForAnonymousUsers { get; set; }
Property Value
Type Description
System.Boolean

IsEnabledForGetRequests

Default: false.

Declaration
public bool IsEnabledForGetRequests { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft