Class ChangeLogTracker
The EPiServer CMS Change Log Tracker. Tracks changes in the EPiServer system and logs them the Change Log
Inheritance
System.Object
    ChangeLogTracker
  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: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 8.11.0Syntax
[Obsolete("Tracking is now done through ActivityTrackingService and implementations of the IChangeLogTracker interface")]
public static class ChangeLogTracker
  Methods
IsStarted()
Returns
true if the tracking mechanism has been started, otherwise false.
Declaration
public static bool IsStarted()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | A value indicating if the tracking mechanism has been started  | 
      
Start()
Start the tracking mechanism
Declaration
public static void Start()
  Start(IContentRepository, IContentEvents)
Start the tracking mechanism
Declaration
public static void Start(IContentRepository contentRepository, IContentEvents contentEvents)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IContentRepository | contentRepository | The content repository.  | 
      
| IContentEvents | contentEvents | The content events.  | 
      
Stop()
Stop the tracking mechanism
Declaration
public static void Stop()