i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > ILogger > debug

    ILogger.debug() method

    Logs a message at 'debug' level.

    Signature:

    debug(message: string): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    message string A message to log. The message is a plain message, not a formatted one.

    Returns:

    void

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