@tauri-apps/plugin-log - v2.6.0
    Preparing search index...

    Interface LogOptions

    interface LogOptions {
        file?: string;
        line?: number;
        keyValues?: Record<string, undefined | string>;
    }
    Index

    Properties

    file?: string
    line?: number
    keyValues?: Record<string, undefined | string>