Click or drag to resize
IndexLogger Class
Class encapsulates logic to log actions related to indexes and search tasks.
Inheritance Hierarchy
SystemObject
  CMS.Search.InternalIndexLogger

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public class IndexLogger

The IndexLogger type exposes the following members.

Constructors
  NameDescription
Public methodIndexLogger
Top
Methods
  NameDescription
Public methodLogBatchEnd
Logs the end of the batch processing.
Public methodLogBatchStart(Int32, Int32)
Logs the start of batch processing.
Public methodLogBatchStart(Int32, Int32, String)
Logs start of batch processing.
Public methodLogCustomTableBatchStart
Logs start of batch processing.
Public methodLogMessage
Appends line to the log context.
Public methodLogTaskStart
Logs task started message to the log context.
Top
See Also