Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MotelOptions

Options used when creating a Motel instance.

Index

Properties

Optional telemetryHandler

telemetryHandler: TelemetryHandler

Supplying this overrides the default behavior of logging to console.

Optional telemetryLevel

telemetryLevel: TelemetryLevel

Higher levels generate less telemetry. For example, use "warn" in prod, "debug" in dev. The default is "warn".

Generated using TypeDoc