Search Results for

    Show / Hide Table of Contents

    Class ALogCategory

    String constants for use with the ALog category parameter, which is a string that classifies log messages. The format is "TopCategory.Subcategory1.Subcategory2", where the number of sub categories is zero or more. This particular format is very useful, since many log viewers can parse and group log messages based on this format.

    Workers can create their own categories using this format, but should use these string constants where appropriate.

    Inheritance
    Object
    ALogCategory
    Namespace: actionETL.Logging
    Assembly: actionETL.dll
    Syntax
    public static class ALogCategory

    Fields

    ArgumentException

    The string "Argument.Exception".

    Declaration
    public static readonly string ArgumentException
    Field Value
    Type Description
    String

    ArgumentNullException

    The string "Argument.NullException".

    Declaration
    public static readonly string ArgumentNullException
    Field Value
    Type Description
    String

    ConfigurationError

    The string "Configuration.Error".

    Declaration
    public static readonly string ConfigurationError
    Field Value
    Type Description
    String

    ConnectionServiceFailureException

    The string "Connection.Service.Failure.Exception".

    Declaration
    public static readonly string ConnectionServiceFailureException
    Field Value
    Type Description
    String

    DatabaseCommandDetails

    The string "Database.Command.Details".

    Declaration
    public static readonly string DatabaseCommandDetails
    Field Value
    Type Description
    String

    DatabaseCommandFailureCreate

    The string "Database.Command.Failure.Create".

    Declaration
    public static readonly string DatabaseCommandFailureCreate
    Field Value
    Type Description
    String

    DatabaseException

    The string "Database.Exception".

    Declaration
    public static readonly string DatabaseException
    Field Value
    Type Description
    String

    DatabaseExceptionClose

    The string "Database.Exception.Commit".

    Declaration
    public static readonly string DatabaseExceptionClose
    Field Value
    Type Description
    String

    DatabaseExceptionCommit

    The string "Database.Exception.Commit".

    Declaration
    public static readonly string DatabaseExceptionCommit
    Field Value
    Type Description
    String

    DatabaseExceptionRollback

    The string "Database.Exception.Rollback".

    Declaration
    public static readonly string DatabaseExceptionRollback
    Field Value
    Type Description
    String

    DatabaseOperationFailure

    The string "Database.Operation.Failure".

    Declaration
    public static readonly string DatabaseOperationFailure
    Field Value
    Type Description
    String

    DatabaseSupportFailure

    The string "Database.Support.Failure".

    Declaration
    public static readonly string DatabaseSupportFailure
    Field Value
    Type Description
    String

    DataTypeMismatch

    The string "Data.Type.Mismatch".

    Declaration
    public static readonly string DataTypeMismatch
    Field Value
    Type Description
    String

    ErrorOutputPortFailed

    The string "ErrorOutputPort.Failed".

    Declaration
    public static readonly string ErrorOutputPortFailed
    Field Value
    Type Description
    String

    ExecuteProcessWorkerExitCodeFailure

    The string "F"ExecuteProcessWorker.ExitCode.Failure".

    Declaration
    public static readonly string ExecuteProcessWorkerExitCodeFailure
    Field Value
    Type Description
    String

    FileOperationFailed

    The string "File.Operation.Failed".

    Declaration
    public static readonly string FileOperationFailed
    Field Value
    Type Description
    String

    InputPortInsufficientData

    The string "InputPort.InsufficientData".

    Declaration
    public static readonly string InputPortInsufficientData
    Field Value
    Type Description
    String

    InputPortStateFailed

    The string "InputPort.State.Failed".

    Declaration
    public static readonly string InputPortStateFailed
    Field Value
    Type Description
    String

    InputPortSurplusData

    The string "InputPort.SurplusData".

    Declaration
    public static readonly string InputPortSurplusData
    Field Value
    Type Description
    String

    InputPortUnexpectedData

    The string "InputPort.UnexpectedData".

    Declaration
    public static readonly string InputPortUnexpectedData
    Field Value
    Type Description
    String

    OutputPortBasePreviousFailure

    The string "OutputPortBase.PreviousFailure".

    Declaration
    public static readonly string OutputPortBasePreviousFailure
    Field Value
    Type Description
    String

    OutputPortBaseStateFailed

    The string "OutputPortBase.State.Failed".

    Declaration
    public static readonly string OutputPortBaseStateFailed
    Field Value
    Type Description
    String

    OutputPortUnexpectedNoDemand

    The string "OutputPort.UnexpectedNoDemand".

    Declaration
    public static readonly string OutputPortUnexpectedNoDemand
    Field Value
    Type Description
    String

    ProgressPort

    The string "Progress.Port".

    Declaration
    public static readonly string ProgressPort
    Field Value
    Type Description
    String

    ProgressWorker

    The string "Progress.Worker".

    Declaration
    public static readonly string ProgressWorker
    Field Value
    Type Description
    String

    ProgressWorkerSourceName

    The string "Progress.Worker.SourceName".

    Declaration
    public static readonly string ProgressWorkerSourceName
    Field Value
    Type Description
    String

    ProgressWorkerTargetName

    The string "Progress.Worker.TargetName".

    Declaration
    public static readonly string ProgressWorkerTargetName
    Field Value
    Type Description
    String

    RowColumnMapperMappings

    The string "RowColumnMapper.Mappings".

    Declaration
    public static readonly string RowColumnMapperMappings
    Field Value
    Type Description
    String

    RowErrorRowFailure

    The string "Row.ErrorRow.Failure".

    Declaration
    public static readonly string RowErrorRowFailure
    Field Value
    Type Description
    String

    RunRanCallbackFailedStatus

    The string "Run.RanCallback.Failed.Status".

    Declaration
    public static readonly string RunRanCallbackFailedStatus
    Field Value
    Type Description
    String

    RunRunAsyncFailedUserException

    The string "Run.RunAsync.Failed.UserException".

    Declaration
    public static readonly string RunRunAsyncFailedUserException
    Field Value
    Type Description
    String

    SourceDoesNotExists

    The string "Source.DoesNotExists".

    Declaration
    public static readonly string SourceDoesNotExists
    Field Value
    Type Description
    String

    TargetDoesNotExist

    The string "Target.DoesNotExist".

    Declaration
    public static readonly string TargetDoesNotExist
    Field Value
    Type Description
    String

    TargetExists

    The string "Target.Exists".

    Declaration
    public static readonly string TargetExists
    Field Value
    Type Description
    String

    UnexpectedException

    The string "Unexpected.Exception".

    Declaration
    public static readonly string UnexpectedException
    Field Value
    Type Description
    String

    UnexpectedExceptionUserCode

    The string "Unexpected.Exception.UserCode".

    Declaration
    public static readonly string UnexpectedExceptionUserCode
    Field Value
    Type Description
    String

    UserInformation

    The string "User.Information".

    Declaration
    public const string UserInformation = "User.Information"
    Field Value
    Type Description
    String

    UserStatistics

    The string "User.Statistics".

    Declaration
    public const string UserStatistics = "User.Statistics"
    Field Value
    Type Description
    String
    In This Article
    Back to top Copyright © 2023 Envobi Ltd