adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / LogMessageClass Enumeration


In This Topic
    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
    MemberValueDescription
    AgentStatus100 Messages related to agent connections
    Audit109 Messages reporting successful or failed configuration changes.
    ConfigurationProblem104 Messages that report configuration problems, such as missing data or actions that need to be taken to complete an upgrade or data conversion.
    CycleOperations111 Messages related to cycle operations
    DatabaseProblem103 Messages reporting problems with the adTempus database
    ExtensionFailure112 Messages related to extensions/addins.
    InternalError101 Messages reporting internal errors
    JobOperation102 Messages reporting general job operations (start, finish, etc.)
    Licensing106 Messages related to license status, license expiration, etc.
    Maintenance105 Messages related to maintenance operations such as backups and data purge.
    MissedJobs107 Messages related to missed job executions
    Notification108 Messages related to the notification subsystem
    ProgramExecution113 Messages related to program execution.
    SE_AGENT_STATUS32 
    SE_AUDIT30 
    SE_COMMAND_EXECUTION45 
    SE_CONDITION21 
    SE_CONFIGURATION_ERROR48 
    SE_CUSTOM_ACTION41 
    SE_CUSTOM_CONDITION42 
    SE_CUSTOM_TASK39 
    SE_CUSTOM_TRIGGER40 
    SE_DATABASE_ERROR49 
    SE_ENGINE_STARTED1 
    SE_ENGINE_STOPPED2 
    SE_INTERNAL_ERROR4 
    SE_JOB_ABANDONED26 
    SE_JOB_ABORTED10 
    SE_JOB_ACTION_SUPPRESSED35 
    SE_JOB_CHAIN43 
    SE_JOB_CREATED13 
    SE_JOB_DEBUG38 
    SE_JOB_DELETED15 
    SE_JOB_FAILED11 
    SE_JOB_FINISHED7 
    SE_JOB_KILLED9 
    SE_JOB_MODIFIED14 
    SE_JOB_SKIPPED3 
    SE_JOB_STARTED6 
    SE_LICENSING46 
    SE_LOGON_FAILURE5 
    SE_MAINTENANCE29 
    SE_MISCELLANEOUS27 
    SE_NOTIFICATION_FAILURE33 
    SE_RESOURCE_FAILURE19 
    SE_RESOURCE_OPERATION_ERROR24 
    SE_RESTART17 
    SE_RESUME_JOB25 
    SE_RUN_SKIPPED18 
    SE_SCRIPT_ERROR23 
    SE_SCRIPT_HOST36 
    SE_SOFTWARE_UPDATES47 
    SE_STEP_SUCCESS28 
    SE_TASK_HOST37 
    SE_TASK_RESULT44 
    SE_USER34 
    SoftwareUpdates110 Messages related to software updates.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.LogMessageClass

    See Also