Package 

Object OrigonClient.Companion

    • Method Summary

      Modifier and Type Method Description
      final Unit initLogging(String filter) Install the global tracing subscriber.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initLogging

         final Unit initLogging(String filter)

        Install the global tracing subscriber. Idempotent — only the first call installs; subsequent calls are no-ops.

        filter accepts RUST_LOG-style directives. Pass null for the SDK default.