i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > ILogger > warn

    ILogger.warn() method

    Logs a formatted message at 'warn' level.

    Signature:

    warn(format: string, ...args: unknown[]): void;
    

    Introduced: API version 1.0

    Parameters

    Parameter Type Description
    format string A formatted message to log.
    args unknown[] The arguments for the formatted message.

    Returns:

    void

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