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

    Interface LogSink

    interface LogSink {
        destroy?: () => void;
        handle: (event: LogEvent) => void;
        id: string;
        levels?: LogLevel[];
    }
    Index

    Properties

    destroy?: () => void
    handle: (event: LogEvent) => void
    id: string
    levels?: LogLevel[]