Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "log/standard/Logger"

Index

Interfaces

Type aliases

Type aliases

ErrorType

ErrorType: Error | null | function

The error that can be passed into a logger. An Error, null or a lambda returning one of these.

MessageType

MessageType: string | LogData | function

The message that can be passed into a logger. A string, LogData or a lambda returning one of these.

Generated using TypeDoc