LogMessageClass Enumeration
In This Topic
Syntax
'Declaration
<SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
<SmartAssembly.Attributes.DoNotObfuscateTypeAttribute()>
Public Enum LogMessageClass
Inherits System.Enum
[SmartAssembly.Attributes.DoNotPruneType()]
[SmartAssembly.Attributes.DoNotObfuscateType()]
public enum LogMessageClass : System.Enum
[SmartAssembly.Attributes.DoNotPruneType()]
[SmartAssembly.Attributes.DoNotObfuscateType()]
public enum class LogMessageClass : public System.Enum
Members
Member | Value | Description |
AgentStatus | 100 |
Messages related to agent connections
|
Audit | 109 |
Messages reporting successful or failed configuration changes.
|
ConfigurationProblem | 104 |
Messages that report configuration problems, such as missing data or actions that need to be taken to complete an upgrade or data conversion.
|
CycleOperations | 111 |
Messages related to cycle operations
|
DatabaseProblem | 103 |
Messages reporting problems with the adTempus database
|
ExtensionFailure | 112 |
Messages related to extensions/addins.
|
Failover | 114 |
Messages related to database ownership and failover
|
InternalError | 101 |
Messages reporting internal errors
|
JobChainOperation | 43 | |
JobOperation | 102 |
Messages reporting general job operations (start, finish, etc.)
|
Licensing | 106 |
Messages related to license status, license expiration, etc.
|
Maintenance | 105 |
Messages related to maintenance operations such as backups and data purge.
|
MissedJobs | 107 |
Messages related to missed job executions
|
Notification | 108 |
Messages related to the notification subsystem
|
ProgramExecution | 113 |
Messages related to program execution.
|
SE_AGENT_STATUS | 32 | |
SE_AUDIT | 30 | |
SE_COMMAND_EXECUTION | 45 | |
SE_CONDITION | 21 | |
SE_CONFIGURATION_ERROR | 48 | |
SE_CUSTOM_ACTION | 41 | |
SE_CUSTOM_CONDITION | 42 | |
SE_CUSTOM_TASK | 39 | |
SE_CUSTOM_TRIGGER | 40 | |
SE_DATABASE_ERROR | 49 | |
SE_ENGINE_STARTED | 1 | |
SE_ENGINE_STOPPED | 2 | |
SE_INTERNAL_ERROR | 4 | |
SE_JOB_ABANDONED | 26 | |
SE_JOB_ABORTED | 10 | |
SE_JOB_ACTION_SUPPRESSED | 35 | |
SE_JOB_CREATED | 13 | |
SE_JOB_DEBUG | 38 | |
SE_JOB_DELETED | 15 | |
SE_JOB_FAILED | 11 | |
SE_JOB_FINISHED | 7 | |
SE_JOB_KILLED | 9 | |
SE_JOB_MODIFIED | 14 | |
SE_JOB_SKIPPED | 3 | |
SE_JOB_STARTED | 6 | |
SE_LICENSING | 46 | |
SE_LOGON_FAILURE | 5 | |
SE_MAINTENANCE | 29 | |
SE_MISCELLANEOUS | 27 | |
SE_NOTIFICATION_FAILURE | 33 | |
SE_RESOURCE_FAILURE | 19 | |
SE_RESOURCE_OPERATION_ERROR | 24 | |
SE_RESTART | 17 | |
SE_RESUME_JOB | 25 | |
SE_RUN_SKIPPED | 18 | |
SE_SCRIPT_ERROR | 23 | |
SE_SCRIPT_HOST | 36 | |
SE_SOFTWARE_UPDATES | 47 | |
SE_STEP_SUCCESS | 28 | |
SE_TASK_HOST | 37 | |
SE_TASK_RESULT | 44 | |
SE_USER | 34 | |
SoftwareUpdates | 110 |
Messages related to software updates.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.LogMessageClass
See Also