@camunda8/sdk
    Preparing search index...

    Interface Logger

    interface Logger {
        debug: LogFn;
        error: LogFn;
        info: LogFn;
    }
    Index

    Properties

    Properties

    debug: LogFn
    error: LogFn
    info: LogFn