batch-cluster
    Preparing search index...

    Interface Logger

    Simple interface for logging.

    interface Logger {
        debug: LoggerFunction;
        error: LoggerFunction;
        info: LoggerFunction;
        trace: LoggerFunction;
        warn: LoggerFunction;
    }
    Index

    Properties