Click or drag to resize

ILoggingManager Methods


The ILoggingManager type exposes the following members.

Methods
  Name Description
Public method CreatePubLog Creates a new publish log.
Public method CreateReplicationLog Creates a new replication log.
Public method CreateSchemaSyncLog Creates a new schema sync log.
Public method DeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
Public method GetLog Get a publish log given a log ID.
Public method GetLogs(Int32, Int32, Int32) Gets a paginated list of all publish logs.
Public method GetLogs(String, Int32, DateTime, DateTime) Gets a paginated list of publish logs for a given target in a specified time range.
Public method GetLogsForPubTarget Gets a paginated list of publish logs for a given publishing target.
Public method GetLogsForPubTargets Gets a paginated list of publish logs for the given publishing targets.
Public method GetLogSummaries Gets a paginated list of publish summaries withing a given time frame.
Public method GetLogSummariesForPubTarget Gets a paginated list of publish summaries.
Public method GetPublishingLogEntries Gets a collection wrapper containing a collection of published log entries and a collection of failed entries for a given publish log.
Public method GetPublishingPostProcessLogEntries Gets a wrapper containing post-publish processing data.This allows access to collections of post-process entries, errors that occurred, and additional files introduced.
Public method GetPublishLogSummaryForPubTarget Gets the publish log summary based on a publishing target ID.
Public method GetPubLogsForPubTask Gets a paginated list of publish logs for a given publishing task.
Public method GetRecentPublishLogs Fetches the most recent publish logs up to the provided number.
Public method GetReplicationLog Get a publish log given an ID.
Public method GetReplicationLogEntries Get the replication log entries given a log ID.
Public method GetReplicationLogsForPubTarget Gets a paginated list of replication logs generated during the last publish of a specified publishing target.
Public method GetReplicationLogsForRepTarget Gets a paginated list of replication logs for a specified replication target.
Public method GetRepLogsForPubTask Gets a paginated list of replication logs for a given publishing task.
Public method GetRepLogSummariesForPubTask Gets a paginated list of replication summaries withing a given time frame.
Public method GetSchemaSyncLog Gets a schema sync log given an ID.
Public method QuickWrite Creates a temporary Write Session to quickly write something outside the current Session and transaction. This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity)
Public method UpdatePublishLogSummary Adds a log to the publish log summary.
Top
See Also