ILoggingManager Methods |
The ILoggingManager type exposes the following members.
Name | Description | |
---|---|---|
CreatePubLog |
Creates a new publish log.
| |
CreateReplicationLog |
Creates a new replication log.
| |
CreateSchemaSyncLog |
Creates a new schema sync log.
| |
DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) | |
GetLog |
Get a publish log given a log ID.
| |
GetLogs(Int32, Int32, Int32) |
Gets a paginated list of all publish logs.
| |
GetLogs(String, Int32, DateTime, DateTime) |
Gets a paginated list of publish logs for a given target in a specified time range.
| |
GetLogsForPubTarget |
Gets a paginated list of publish logs for a given publishing target.
| |
GetLogsForPubTargets |
Gets a paginated list of publish logs for the given publishing targets.
| |
GetLogSummaries |
Gets a paginated list of publish summaries withing a given time frame.
| |
GetLogSummariesForPubTarget |
Gets a paginated list of publish summaries.
| |
GetPublishingLogEntries |
Gets a collection wrapper containing a collection of published log entries and a collection of failed entries for a given publish log.
| |
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.
| |
GetPublishLogSummaryForPubTarget |
Gets the publish log summary based on a publishing target ID.
| |
GetPubLogsForPubTask |
Gets a paginated list of publish logs for a given publishing task.
| |
GetRecentPublishLogs | Fetches the most recent publish logs up to the provided number. | |
GetReplicationLog |
Get a publish log given an ID.
| |
GetReplicationLogEntries |
Get the replication log entries given a log ID.
| |
GetReplicationLogsForPubTarget |
Gets a paginated list of replication logs generated during the last publish of a specified publishing target.
| |
GetReplicationLogsForRepTarget |
Gets a paginated list of replication logs for a specified replication target.
| |
GetRepLogsForPubTask |
Gets a paginated list of replication logs for a given publishing task.
| |
GetRepLogSummariesForPubTask |
Gets a paginated list of replication summaries withing a given time frame.
| |
GetSchemaSyncLog |
Gets a schema sync log given an ID.
| |
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.) | |
UpdatePublishLogSummary |
Adds a log to the publish log summary.
|