A logger that writes to the console, with an optional name and timestamp.

Hierarchy

  • NamedLogger

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

logger: ILogger
name: string = null
timestamp: boolean = true

Accessors

Methods

  • Parameters

    • method: "error" | "debug" | "info" | "warn" | "log"
    • Rest ...msgs: any[]

    Returns true | void

Generated using TypeDoc