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 Summary
Modifier and TypeMethodDescriptionwithLogClientIp(Boolean logClientIp) Specifies the logClientIp property: Log the ClientIP.
-
Method Details
-
withLogClientIp
Specifies the logClientIp property: Log the ClientIP. Default is false..- Parameters:
logClientIp- Log the ClientIP. Default is false.- Returns:
- the next definition stage.
-