Class CatalogLogger
Represents catalog logger.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.Commerce.Catalog.Loggers
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class CatalogLogger : CatalogEventListenerBaseConstructors
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. | 
