ART Framework API Docs
    Preparing search index...

    Enumeration LogLevel

    Defines the available logging levels, ordered from most verbose to least verbose.

    Index

    Enumeration Members

    Enumeration Members

    DEBUG: 0

    Detailed debugging information, useful for development.

    ERROR: 3

    Errors that indicate a failure or problem.

    INFO: 1

    General informational messages about application flow.

    WARN: 2

    Potential issues or unexpected situations that don't prevent execution.