Class CatalogLogger
Represents catalog logger.
Inherited Members
Namespace: Mediachase.Commerce.Catalog.Loggers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class CatalogLogger : CatalogEventListenerBaseConstructors
CatalogLogger()
Declaration
public CatalogLogger()CatalogLogger(IPrincipalAccessor, IHttpContextAccessor)
Declaration
public CatalogLogger(IPrincipalAccessor principal, IHttpContextAccessor httpContextAccessor)Parameters
| Type | Name | Description | 
|---|---|---|
| EPiServer.Security.IPrincipalAccessor | principal | |
| Microsoft.AspNetCore.Http.IHttpContextAccessor | httpContextAccessor | 
Methods
EntryUpdated(Object, EntryEventArgs)
Entries updated.
Declaration
public override void EntryUpdated(object source, EntryEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | source | The source. | 
| EntryEventArgs | args | The EntryEventArgs instance containing the event data. | 
Overrides
EntryUpdating(Object, EntryEventArgs)
Entries updating.
Declaration
public override void EntryUpdating(object source, EntryEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | source | The source. | 
| EntryEventArgs | args | The EntryEventArgs instance containing the event data. | 
