SaaS CMS has officially launched! Learn more now.

Class MirroringLogMessageHelper

Inheritance
System.Object
MirroringLogMessageHelper
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.MirroringService.Common
Assembly: EPiServer.Enterprise.dll
Version: 10.10.4
Syntax
public static class MirroringLogMessageHelper

Methods

GetMessage(Guid, MirroringTransferData)

Declaration
public static string GetMessage(Guid contextId, MirroringTransferData mirroringTransferData)
Parameters
Type Name Description
System.Guid contextId
MirroringTransferData mirroringTransferData
Returns
Type Description
System.String

GetMessage(Guid, MirroringTransferData, Boolean)

Declaration
public static string GetMessage(Guid contextId, MirroringTransferData mirroringTransferData, bool detailedonStatus)
Parameters
Type Name Description
System.Guid contextId
MirroringTransferData mirroringTransferData
System.Boolean detailedonStatus
Returns
Type Description
System.String

GetMessage(Guid, MirroringTransferData, Boolean, Boolean)

Declaration
public static string GetMessage(Guid contextId, MirroringTransferData mirroringTransferData, bool detailedonStatus, bool detailedOnMirroringJob)
Parameters
Type Name Description
System.Guid contextId
MirroringTransferData mirroringTransferData
System.Boolean detailedonStatus
System.Boolean detailedOnMirroringJob
Returns
Type Description
System.String

ReportErrorToScheduledLog(Guid, String[], MirroringState, TypeOfMirroringData)

Declaration
public static string ReportErrorToScheduledLog(Guid contexId, string[] messages, MirroringState mirroringState, TypeOfMirroringData typeOfMirroringData)
Parameters
Type Name Description
System.Guid contexId
System.String[] messages
MirroringState mirroringState
TypeOfMirroringData typeOfMirroringData
Returns
Type Description
System.String

ReportToScheduledLog(Guid, MirroringStatus, TypeOfMirroringData, Boolean)

Declaration
public static string ReportToScheduledLog(Guid contexId, MirroringStatus mirroringStatus, TypeOfMirroringData typeOfMirroringData, bool encodeMessage)
Parameters
Type Name Description
System.Guid contexId
MirroringStatus mirroringStatus
TypeOfMirroringData typeOfMirroringData
System.Boolean encodeMessage
Returns
Type Description
System.String

ReportToScheduledLog(Guid, String, Boolean)

Declaration
public static string ReportToScheduledLog(Guid contexId, string message, bool failure)
Parameters
Type Name Description
System.Guid contexId
System.String message
System.Boolean failure
Returns
Type Description
System.String

ReportToScheduledLog(Guid, String[], MirroringState, TypeOfMirroringData)

Declaration
public static string ReportToScheduledLog(Guid contexId, string[] messages, MirroringState mirroringState, TypeOfMirroringData typeOfMirroringData)
Parameters
Type Name Description
System.Guid contexId
System.String[] messages
MirroringState mirroringState
TypeOfMirroringData typeOfMirroringData
Returns
Type Description
System.String

ReportValidationFailedToScheduledLog(Guid, String, MirroringStatus, Boolean)

Declaration
public static string ReportValidationFailedToScheduledLog(Guid contexId, string validationheader, MirroringStatus mirroringStatus, bool failure)
Parameters
Type Name Description
System.Guid contexId
System.String validationheader
MirroringStatus mirroringStatus
System.Boolean failure
Returns
Type Description
System.String