Lens Scripting API

    Provides the level of logging that we want to allow. Provides properties to get and set the log level, and an event that is invoked when the log level changes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    onLogLevelChanged: PublicApi<LogLevel> = ...

    Accessors

    • get logLevel(): LogLevel

      Get the level of logging that we want to allow from this provider.

      Returns LogLevel

      3 for Error, 4 for Warning, 6 for Info, 7 for Debug, 8 for Verbose.

    • set logLevel(logLevel: LogLevel): void

      Set the level of logging that we want to allow from this provider.

      Parameters

      • logLevel: LogLevel

        3 for Error, 4 for Warning, 6 for Info, 7 for Debug, 8 for Verbose.

      Returns void

    MMNEPVFCICPMFPCPTTAAATR