Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LogFile

Class to describe I/O with the log files

Hierarchy

  • LogFile

Index

Constructors

Properties

Methods

Constructors

  • new LogFile(options?: default): LogFile

Properties

baseDir: string

The base directory for the logs

file: string

The log file

time: number

The time the LogFile was initialized

Methods

  • _init(): void
  • write(data: default): void
  • Write to the file

    Parameters

    • data: default

      The data to write

    Returns void

Generated using TypeDoc