Hubert - Distributed Infrastructure for Secure Multiparty Transactions - v1.0.0-alpha.20
    Preparing search index...

    Function verbosePrintln

    • Print a verbose message with timestamp prefix.

      Port of verbose_println() from logging.rs lines 74-78.

      Parameters

      • message: string

        The message to print

      Returns void

      verbosePrintln("Starting operation...");
      // Output: [2024-01-15T14:30:45.123Z] Starting operation...