SaaS CMS has officially launched! Learn more now.

Class CatalogLogger

Represents catalog logger.

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

Constructors

CatalogLogger()

Declaration
public CatalogLogger()

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