Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CatalogLogger

Represents catalog logger.

Inheritance
System.Object
CatalogLogger
Namespace: Mediachase.Commerce.Catalog.Loggers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogLogger : CatalogEventListenerBase

Constructors

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.

Overrides