i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > LogLevel

    LogLevel type

    The logging level, or severity, of log messages.

    Signature:

    export declare type LogLevel = 'error' | 'warn' | 'info' | 'debug';
    

    Introduced: API version 1.0

    Remarks

    The possible values for the logging level are hierarchical. The default logging level is info.

    In this article
    Back to top © N. Harris Computer Corporation (2022)