Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Transport

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

colorful

colorful: boolean

compile

compile: boolean

errLevels

errLevels: string[]

json

json: boolean

name

name: string

Optional skip

skip: function

Type declaration

stringify

stringify: function

Type declaration

    • (src: Object): string
    • Parameters

      • src: Object

      Returns string

stripColor

stripColor: function

Type declaration

    • (value: any): string
    • Parameters

      • value: any

      Returns string

Accessors

Static defaults

  • get defaults(): any

Methods

write

  • write(chunk: string | Object, callback?: function): void
  • Parameters

    • chunk: string | Object
    • Default value callback: function = () => {}
        • (err?: Error): void
        • Parameters

          • Optional err: Error

          Returns void

    Returns void

Generated using TypeDoc