Enum LogEvent
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Enumeration of the log event IDs and formats that are shared by both the Dashboard and Service components
public enum LogEvent
Fields
AccessForbidden = 4016
-
Event indicates that access to the requested MineTrust resource was forbidden
AccessTokenRequired = 4004
-
Event indicates that the service requires interactive authentication in order to provide an access token (previously DeviceCodeRequired, but we are no longer using Device Code Flow due to limitations with MSAL and B2C. Instead we have implemented our own Authorization Code Flow)
AccessTokenSuccess = 2006
-
Event indicates that an access token was successfully obtained
AllFilesUpToDate = 1000
-
This event indicates that, on the last execution cycle for a particular package, all files were processed with no further changes required
ClientCompatibilityError = 2010
-
Event indicating that the service encountered an error due to a client compatibility issue
ConnectionEstablished = 2001
-
Event indicates that a connection to MT Server has been successfully established
ConnectionLost = 2002
-
Event indicates that a connection to MT Server has been lost
CreateVersionFailed = 4013
-
Event indicates that creation of a package version failed
EnablePackageFailed = 4008
-
Event indicates that enabling of the specified package failed
FileChangesDiscarded = 1110
-
Event raised whenever changes to a local file are discarded as a result of checking out a version or reverting local changes
FileCheckedIn = 1108
-
Event raised whenever a file is checked in to the server
FileCheckedOut = 1107
-
Event raised whenever a file is checked out from the server
FileConflict = 4012
-
Event indicating that attempting to synchronise a file resulted in a conflict
FileDiscarded = 1106
-
Event raised whenever a local file is discarded as a result of checking out a version or reverting local changes
FileDownloadInProgress = 1113
-
Event raised for a large file download which is currently in progress
FileDownloaded = 1101
-
Event raised whenever a new file is downloaded from the MineTrust Server
FileRemovedOnServer = 1104
-
Event raised whenever a file has been removed on the server
FileReplicated = 1105
-
Event raised whenever a file has been replicated from the target package version
FileUncheckedOut = 1109
-
Event raised whenever a file checkout is reverted
FileUpdatedLocally = 1102
-
Event raised whenever a file has been overwritten locally from the server copy
FileUpdatedOnServer = 1103
-
Event raised whenever a file has been overwritten on the server from the local copy
FileUploadInProgress = 1112
-
Event raised for a large file upload which is currently in progress
FileUploaded = 1100
-
Event raised whenever a new file is uploaded to the MineTrust Server
FileVersionsCleanedUp = 1111
-
Event raised whenever old versions of a file are cleaned up following the evaluation of a RetentionPolicy.
GeneralReplicationError = 4001
-
Event indicates that a general replication error has occurred (service will continue to execute)
GeneralSyncError = 4000
-
Event indicates that a general sync error has occurred (service will continue to execute)
GracefulShutdown = 2003
-
Event indicates that the service has exited gracefully
Initialising = 2000
-
Event indicates that the service is initialising
LockPackageFailed = 4006
-
Event indicates that locking of the specified package failed
PackageArchived = 1010
-
Event which indicates that a package configuration has been archived
PackageAutoEnableUndetermined = 2009
-
Event indicating that the auto-enable property for the corresponding package could not be determined
PackageConfigurationNotFound = 4003
-
Event indicates that a package configuration was missing
PackageDeleted = 1009
-
Event which indicates that a package configuration has been deleted
PackageDeletionFailed = 4014
-
Event indicates that deletion of a package configuration failed
PackageDisabled = 1006
-
Event which indicates that execution is currently paused for the corresponding package, due to its configuration being disabled
PackageEnabled = 2007
-
Event indicates that a package has been enabled by the service
PackagePreviouslyDeleted = 2011
-
Event indicating that the service attempted to enable a package which was previously deleted on the server
PackageRestored = 1011
-
Event which indicates that a package configuration has been restored
PackageValidationFailed = 4011
-
Event indicates that validation has failed for a particular package
PackageVersionCreated = 1008
-
Event which indicates that a package version has been created
PreparingFileUpload = 1114
-
Event raised when a large file is being prepared for upload
PrintDiagnosticsFailed = 4015
-
Event indicates that service diagnostics could not be retrieved
ProcessOwnedLockRemoved = 1007
-
Event which indicates that a version lock owned by a particular process has been automatically removed
ReplicationComplete = 1004
-
Event raised whenever replication completes for a particular package
ReplicationStarted = 1003
-
Event raised whenever replication starts for a particular package
SSLErrorDetected = 2012
-
Event indicating that a client SSL error was detected. We only raise this event in development environments when client SSL validation is not already being suppressed
ServerRegistered = 2005
-
Event indicates that a new server has been registered
ServerRegistrationFailed = 4005
-
Event indicates that registration of a new MineTrust Server failed
ServiceError = 2004
-
Event indicates that the service has exited with an error
ServiceUIDMismatch = 2008
-
Event indicating that the MineTrust ServiceUID for the corresponding endpoint did not match the value expected by the package configuration
SyncCompleted = 1002
-
Event raised whenever sync completes for a particular package
SyncStarted = 1001
-
Event raised whenever sync starts for a particular package
-
Event indicates that an authentication error occurred as a result of authorization failure
UnlockPackageFailed = 4007
-
Event indicates that unlocking of the specified package failed
UpdateLocalFailed = 4009
-
Event indicates that the service failed to resolve a file conflict by updating the local file
UpdateServerFailed = 4010
-
Event indicates that the service failed to resolve a file conflict by updating the server file
VersionLocked = 1005
-
Event which indicates that the corresponding package has been successfully locked to the desired version