Options
Modules
  • Command
  • Localization
  • Logger
All
  • Public
  • Public/Protected
  • All
Menu

Class LoggerTransport

The base abstract logger transport class that should be extended for creating custom logger transports

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

level

Methods

Abstract transport

  • The transport method must be implemented in your custom transport classes. This method is expected to receive a LoggerTransportData object when called, and should not return a value. Can be async if desired and is recommended to not block execution when logging

    Parameters

    Returns void | Promise<void>

Generated using TypeDoc