Interface DiagnosticContract.DefinitionStages.WithLogClientIp
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithLogClientIp
The stage of the DiagnosticContract definition 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.
-