@adapty/capacitor - v3.16.3
    Preparing search index...

    Interface LogEvent

    interface LogEvent {
        formatted: string;
        funcName: string;
        level: LogLevel;
        message: string;
        params?: Record<string, unknown>;
        timestamp: string;
        version: string;
    }
    Index

    Properties

    formatted: string
    funcName: string
    level: LogLevel
    message: string
    params?: Record<string, unknown>
    timestamp: string
    version: string