An object that contains a Logger as the log property.

interface LoggerOptions {
    log: Logger;
}

Hierarchy

  • LoggerOptions

    Properties

    Properties

    log: Logger