Options
All
  • Public
  • Public/Protected
  • All
Menu

A registry for creating named Loggers.

Hierarchy

  • LoggerProvider

Implemented by

Index

Methods

Methods

  • Returns a Logger, creating one if one with the given name, version, and schemaUrl pair is not already created.

    Parameters

    • name: string

      The name of the logger or instrumentation library.

    • Optional version: string

      The version of the logger or instrumentation library.

    • Optional options: LoggerOptions

      The options of the logger or instrumentation library.

    Returns Logger

    Logger A Logger with the given name and version

Generated using TypeDoc