@zimtsui/brainswitch
    Preparing search index...

    Interface Logger

    interface Logger {
        cost?: (deltaCost: number) => void;
        inference?: Channel<typeof Level, string>;
        message?: Channel<typeof Level, unknown>;
    }
    Index

    Properties

    cost?: (deltaCost: number) => void
    inference?: Channel<typeof Level, string>
    message?: Channel<typeof Level, unknown>