Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @opentelemetry/api-logs

Index

Type Aliases

AnyValue: AnyValueScalar | Uint8Array | AnyValueArray | AnyValueMap | null | undefined

AnyValue can be one of the following:

  • a scalar value
  • a byte array
  • array of any value
  • map from string to any value
  • empty value
LogAttributes: AnyValueMap
LogBody: AnyValue

Variables

NOOP_LOGGER: NoopLogger = ...
NOOP_LOGGER_PROVIDER: NoopLoggerProvider = ...
logs: LogsAPI = ...

Generated using TypeDoc