Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KavenLogger

Index

Constructors

Properties

Methods

Constructors

constructor

  • new KavenLogger(logFile: string, errFile?: string): KavenLogger
  • Parameters

    • logFile: string
    • Optional errFile: string

    Returns KavenLogger

Properties

Optional Readonly ErrFile

ErrFile: string

Readonly LogFile

LogFile: string

Methods

Error

  • Error(...args: any[]): void
  • Parameters

    • Rest ...args: any[]

    Returns void

Log

  • Log(...args: any[]): void
  • Parameters

    • Rest ...args: any[]

    Returns void

Start

  • Start(): void
  • Returns void

Stop

  • Stop(): void
  • Returns void

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Constructor
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc