MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface Logger

    Logger interface for API call tracing.

    interface Logger {
        error: (...data: any[]) => void;
        log: (...data: any[]) => void;
    }
    Index

    Properties

    Properties

    error: (...data: any[]) => void

    Log error messages.

    log: (...data: any[]) => void

    Log informational messages.