Interface DiagnosticContract.UpdateStages.WithLogClientIp

All Known Subinterfaces:
DiagnosticContract.Update
Enclosing interface:
DiagnosticContract.UpdateStages

public static interface DiagnosticContract.UpdateStages.WithLogClientIp
The stage of the DiagnosticContract update allowing to specify logClientIp.
  • Method Details

    • withLogClientIp

      DiagnosticContract.Update withLogClientIp(Boolean logClientIp)
      Specifies the logClientIp property: Log the ClientIP. Default is false..
      Parameters:
      logClientIp - Log the ClientIP. Default is false.
      Returns:
      the next definition stage.