Class LogEventFormats
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Log message formats used by MineTrust Connector
public static class LogEventFormats
- Inheritance
-
LogEventFormats
- Inherited Members
Fields
AccessForbiddenFormat
The access forbidden format
public const string AccessForbiddenFormat = "[{packageUID}]: Access to the requested resource was forbidden: {message}"
Field Value
AllFilesUpToDateFormat
All files up to date format
public const string AllFilesUpToDateFormat = "[{packageUID}]: All files are up to date"
Field Value
ClientCompatibilityErrorFormat
The client compatibility error format
public const string ClientCompatibilityErrorFormat = "[{packageUID}]: The client version does not match the minimum requirements specified by the server at '{serverUrl}'"
Field Value
ConnectionEstablishedFormat
The connection established format
public const string ConnectionEstablishedFormat = "[{packageUID}]: Connection established. Authenticated as '{username}'"
Field Value
ConnectionLostFormat
The connection lost format
public const string ConnectionLostFormat = "[{packageUID}]: Lost connection to MT endpoint"
Field Value
CreateVersionFailedFormat
The create version failed format
public const string CreateVersionFailedFormat = "[{packageUID}]: Failed to create package version: {message}"
Field Value
EnablePackageFailedFormat
The enable package failed format
public const string EnablePackageFailedFormat = "[{packageUID}]: Failed to enable package with the following error: {message}"
Field Value
FileChangesDiscardedFormat
The file changes discarded format
public const string FileChangesDiscardedFormat = "[{packageUID}]: Discarded local changes to '{filePath}'"
Field Value
FileCheckedInFormat
The file checked in format
public const string FileCheckedInFormat = "[{packageUID}]: File '{filePath}' has been checked in from local copy"
Field Value
FileCheckedOutFormat
The file checked out format
public const string FileCheckedOutFormat = "[{packageUID}]: File '{filePath}' has been exclusively checked out"
Field Value
FileConflictFormat
The file conflict format
public const string FileConflictFormat = "[{packageUID}]: File conflict detected for '{filePath}'"
Field Value
FileDiscardedFormat
The file discarded format
public const string FileDiscardedFormat = "[{packageUID}]: Discarded local file '{filePath}'"
Field Value
FileDownloadInProgressFormat
The file download in progress format
public const string FileDownloadInProgressFormat = "[{packageUID}]: Downloading '{filePath}' ({percentageComplete}% complete)"
Field Value
FileDownloadedFormat
The file downloaded format
public const string FileDownloadedFormat = "[{packageUID}]: Downloaded file '{filePath}' from MineTrust"
Field Value
FileRemovedOnServerFormat
The file removed on server format
public const string FileRemovedOnServerFormat = "[{packageUID}]: Removed file '{filePath}' from MineTrust"
Field Value
FileReplicatedFormat
The file replicated format
public const string FileReplicatedFormat = "[{packageUID}]: File '{filePath}' has been replicated from server"
Field Value
FileUncheckedOutFormat
The file unchecked out format
public const string FileUncheckedOutFormat = "[{packageUID}]: Check-out of file '{filePath}' has been released"
Field Value
FileUpdatedLocallyFormat
The file updated locally format
public const string FileUpdatedLocallyFormat = "[{packageUID}]: Updated local file '{filePath}' from server"
Field Value
FileUpdatedOnServerFormat
The file updated on server format
public const string FileUpdatedOnServerFormat = "[{packageUID}]: Updated server file '{filePath}' from local copy"
Field Value
FileUploadInProgressFormat
The file upload in progress format
public const string FileUploadInProgressFormat = "[{packageUID}]: Uploading '{filePath}' ({percentageComplete}% complete)"
Field Value
FileUploadedFormat
The file uploaded format
public const string FileUploadedFormat = "[{packageUID}]: Uploaded file '{filePath}' to MineTrust"
Field Value
FileVersionsCleanedUpFormat
The file versions cleaned up format
public const string FileVersionsCleanedUpFormat = "[{packageUID}]: Cleaned up {numVersions} old version(s) of '{filePath}'"
Field Value
LockPackageFailedFormat
The lock package failed format
public const string LockPackageFailedFormat = "[{packageUID}]: Failed to lock package with the following error: {message}"
Field Value
PackageArchivedFormat
The package archived format
public const string PackageArchivedFormat = "[{packageUID}]: Package configuration archived ({displayName})"
Field Value
PackageAutoEnableUndeterminedFormat
The package automatic enable undetermined format
public const string PackageAutoEnableUndeterminedFormat = "[{packageUID}]: Unable to determine whether to auto-enable package"
Field Value
PackageDeletedFormat
The package deleted format
public const string PackageDeletedFormat = "[{packageUID}]: Package configuration deleted ({displayName})"
Field Value
PackageDeletionFailedFormat
The create version failed format
public const string PackageDeletionFailedFormat = "[{packageUID}]: Failed to delete package configuration: {message}"
Field Value
PackageDisabledFormat
The package disabled format
public const string PackageDisabledFormat = "[{packageUID}]: Execution paused - package is disabled"
Field Value
PackageEnabledFormat
The package enabled format
public const string PackageEnabledFormat = "[{packageUID}]: Package has been enabled by service"
Field Value
PackagePreviouslyDeletedFormat
The package previously deleted format
public const string PackagePreviouslyDeletedFormat = "[{packageUID}]: Package '{displayName}' could not be enabled, because a package with the same PackageUID was previously deleted on the server"
Field Value
PackageRestoredFormat
The package restored format
public const string PackageRestoredFormat = "[{packageUID}]: Package configuration restored ({displayName})"
Field Value
PackageVersionCreatedFormat
The package version created format
public const string PackageVersionCreatedFormat = "[{packageUID}]: New version created with ID {versionId}"
Field Value
PreparingFileUploadFormat
The preparing file upload format
public const string PreparingFileUploadFormat = "[{packageUID}]: Preparing '{filePath}' for upload"
Field Value
ProcessOwnedLockRemovedFormat
The process owned lock removed format
public const string ProcessOwnedLockRemovedFormat = "[{packageUID}]: Lock for process {ownerPID} has been automatically removed"
Field Value
ReplicationCompletedFormat
The replication completed format
public const string ReplicationCompletedFormat = "[{packageUID}]: Replicated version {version} in {totalSeconds}s"
Field Value
ReplicationErrorsFormat
The replication errors format
public const string ReplicationErrorsFormat = "[{packageUID}]: Replication errors occurred"
Field Value
ReplicationStartedFormat
The replication started format
public const string ReplicationStartedFormat = "[{packageUID}]: Replication started"
Field Value
SSLErrorDetectedFormat
The SSL error detected format
public const string SSLErrorDetectedFormat = "[{packageUID}]: Client SSL validation failed for REST endpoint at '{serverUrl}'"
Field Value
ServerRegisteredFormat
The server registered format
public const string ServerRegisteredFormat = "Server '{serverUrl}' was successfully registered with MT Connector"
Field Value
ServiceUIDMismatchFormat
The service UID mismatch format
public const string ServiceUIDMismatchFormat = "[{packageUID}]: The MineTrust ServiceUID did not match the expected value. The package will be automatically disabled"
Field Value
SyncCompletedFormat
The synchronize completed format
public const string SyncCompletedFormat = "[{packageUID}]: Sync completed in {totalSeconds}s"
Field Value
SyncErrorsFormat
The synchronize errors format
public const string SyncErrorsFormat = "[{packageUID}]: Sync errors occurred"
Field Value
SyncStartedFormat
The synchronize started format
public const string SyncStartedFormat = "[{packageUID}]: Sync started"
Field Value
UnlockPackageFailedFormat
The unlock package failed format
public const string UnlockPackageFailedFormat = "[{packageUID}]: Failed to unlock package with the following error: {message}"
Field Value
UpdateLocalFailedFormat
The update local failed format
public const string UpdateLocalFailedFormat = "[{packageUID}]: Failed to update local file with the following error: {message}"
Field Value
UpdateServerFailedFormat
The update server failed format
public const string UpdateServerFailedFormat = "[{packageUID}]: Failed to update server file with the following error: {message}"
Field Value
VersionLockedFormat
The version locked format
public const string VersionLockedFormat = "[{packageUID}]: Local version is locked at {version}"