@h1deya/langchain-mcp-tools - v0.3.4
    Preparing search index...

    Interface LogOptions

    Options for configuring logging behavior. Controls the verbosity level of logging output during MCP operations.

    interface LogOptions {
        logLevel?: "trace" | "debug" | "info" | "warn" | "error" | "fatal";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    logLevel?: "trace" | "debug" | "info" | "warn" | "error" | "fatal"

    Log verbosity level. Higher levels include all lower levels (e.g., "debug" includes "info", "warn", "error", "fatal")