unified-llm-client
    Preparing search index...

    Interface ConsoleLoggerOptions

    Configuration for the console usage logger.

    interface ConsoleLoggerOptions {
        enabled?: boolean;
        write?: (message: string) => void;
    }
    Index

    Properties

    Properties

    enabled?: boolean
    write?: (message: string) => void