Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmptyLoggerFile

Hierarchy

  • EmptyLoggerFile

Implements

  • ILogger

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private channel

channel: ILogger

name

name: any

opts

opts: any

Methods

flush

  • flush(): any

pipe

  • pipe(channel: ILogger): void

removeAll

  • removeAll(): Promise<any>

write

  • write(...args: [mix: string | any[]]): void
  • Parameters

    • Rest ...args: [mix: string | any[]]

    Returns void

writeRow

  • writeRow(...args: [cells: any[], additional?: (ICsvColumn & { value: any })[]]): any
  • Parameters

    • Rest ...args: [cells: any[], additional?: (ICsvColumn & { value: any })[]]

    Returns any

Generated using TypeDoc