@suin/logger
    Preparing search index...

    Type Alias Logger

    type Logger = {
        debug: Log;
        error: Log;
        info: Log;
        log: Log;
        warn: Log;
        extend(name: string): Logger;
    }
    Index

    Properties

    Methods

    Properties

    debug: Log
    error: Log
    info: Log
    log: Log
    warn: Log

    Methods