Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoggerOptions

Logger options.

Hierarchy

  • LoggerOptions

Index

Properties

Properties

Optional serializers

serializers: object

Dictionary of custom serializers. The key is the name of the property that is serialized and the the value is a function that takes an object and returns a JSON serializable value.

Type declaration

  • [key: string]: function
      • (input: any): any
      • Parameters

        • input: any

        Returns any

Generated using TypeDoc