Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options

Options for the logger.

Hierarchy

  • Options

Index

Properties

namespace?: string

The namespace for the debug logger (unstructured logging). This option has no effect when using structured logging.

defaultvalue

undefined

should_use_emoji_for_severity?: boolean

Whether to use an emoji for the severity level (unstructured logging). This option has no effect when using structured logging.

defaultvalue

true

should_validate_log_statements?: boolean

Whether each log statement should be validated against a Joi schema.

defaultvalue

true

Generated using TypeDoc