Class AspNetCoreSignalRAuditLogContributor
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.SignalR.Auditing
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public class AspNetCoreSignalRAuditLogContributor : AuditLogContributor, ITransientDependency
Constructors
AspNetCoreSignalRAuditLogContributor()
Declaration
public AspNetCoreSignalRAuditLogContributor()
Properties
Logger
Declaration
public ILogger<AspNetCoreSignalRAuditLogContributor> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><AspNetCoreSignalRAuditLogContributor> |
Methods
PostContribute(AuditLogContributionContext)
Declaration
public override void PostContribute(AuditLogContributionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| AuditLogContributionContext | context |
Overrides
PreContribute(AuditLogContributionContext)
Declaration
public override void PreContribute(AuditLogContributionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| AuditLogContributionContext | context |