@dvelop-sdk
    Preparing search index...

    Type Alias ProviderFn

    ProviderFn: (
        context: DvelopContext,
        event: DvelopLogEvent,
        level: DvelopLogLevel,
    ) => Promise<void>

    Type definition of logging providers.

    Type Declaration