Function logZWithDetails

  • Creates a log message recorder that updates message details.

    Updates log message details and records them by another recorder. Do not override detail properties already present in message.

    Parameters

    • details: ZLogDetails

      Log message details to apply to recorded messages.

    • by: ZLogRecorder

      The log recorder to log updated messages by.

    Returns ZLogRecorder

    Updating log recorder.

Generated using TypeDoc