Langfuse JS/TS SDKs
    Preparing search index...

    Function getGlobalLogger

    • Gets the global singleton logger instance. If no logger exists, creates one with default configuration.

      Returns Logger

      The global logger instance

      const logger = getGlobalLogger();
      logger.info('Application started');