Class SimpleLogAuditingStore
Inheritance
object
SimpleLogAuditingStore
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
[Dependency(TryRegister = true)]
public class SimpleLogAuditingStore : IAuditingStore, ISingletonDependency
Constructors
SimpleLogAuditingStore()
Declaration
public SimpleLogAuditingStore()
Properties
Logger
Declaration
public ILogger<SimpleLogAuditingStore> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><SimpleLogAuditingStore> |
Methods
SaveAsync(AuditLogInfo)
Declaration
public Task SaveAsync(AuditLogInfo auditInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| AuditLogInfo | auditInfo |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |