@karmaniverous/jeeves-runner
    Preparing search index...

    Interface NotifyLogger

    Logger subset used by the notifier.

    interface NotifyLogger {
        error(obj: Record<string, unknown>, msg: string): void;
    }
    Index

    Methods

    Methods