@camunda8/sdk
    Preparing search index...

    Interface ZBCustomLogger

    interface ZBCustomLogger {
        debug: (message: string) => void;
        error: (message: string) => void;
        info: (message: string) => void;
    }
    Index

    Properties

    Properties

    debug: (message: string) => void

    Receives a JSON-stringified ZBLogMessage

    error: (message: string) => void

    Receives a JSON-stringified ZBLogMessage

    info: (message: string) => void

    Receives a JSON-stringified ZBLogMessage