Class SimpleSecurityLogStore
Inheritance
SimpleSecurityLogStore
Assembly: Volo.Abp.Security.dll
Syntax
public class SimpleSecurityLogStore : ISecurityLogStore, ITransientDependency
Constructors
SimpleSecurityLogStore(ILogger<SimpleSecurityLogStore>, IOptions<AbpSecurityLogOptions>)
Declaration
public SimpleSecurityLogStore(ILogger<SimpleSecurityLogStore> logger, IOptions<AbpSecurityLogOptions> securityLogOptions)
Parameters
Properties
Logger
Declaration
public ILogger<SimpleSecurityLogStore> Logger { get; set; }
Property Value
SecurityLogOptions
Declaration
protected AbpSecurityLogOptions SecurityLogOptions { get; }
Property Value
Methods
SaveAsync(SecurityLogInfo)
Declaration
public Task SaveAsync(SecurityLogInfo securityLogInfo)
Parameters
Returns
Implements
Extension Methods