Databricks SDK for JavaScript
    Preparing search index...

    A decorator that adds level filtering to any Logger.

    Only messages at or above the configured minimum level are forwarded to the underlying logger. The default underlying logger is console.

    // Only warn and error go to console.
    const logger = new LogLevel('warn');

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods