@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface Logger

    interface Logger {
        debug: LoggerFn;
        info: LoggerFn;
        warn: LoggerFn;
        error: LoggerFn;
        child: (scope: string) => Logger;
    }
    Index

    Properties

    debug: LoggerFn
    info: LoggerFn
    warn: LoggerFn
    error: LoggerFn
    child: (scope: string) => Logger

    Create a scoped logger that inherits the current options.