Langfuse JS/TS SDKs
    Preparing search index...

    Function configureGlobalLogger

    • Configures the global logger with new settings. This should be called early in your application initialization.

      Parameters

      Returns void

      configureGlobalLogger({
      level: LogLevel.DEBUG,
      prefix: 'Langfuse SDK',
      enableTimestamp: true
      });