Langfuse JS/TS SDKs
    Preparing search index...

    Singleton class that manages a global logger instance.

    Index

    Constructors

    Methods

    • Configures the global logger with new settings. This will replace the existing logger instance.

      Parameters

      Returns void

    • Gets the singleton logger instance, creating it if it doesn't exist.

      Returns Logger

      The singleton logger instance

    • Resets the singleton logger instance and configuration. Useful for testing or reinitializing the logger.

      Returns void