Interface WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing<ParentT>
- Type Parameters:
ParentT- the stage of the parent update to return to after attaching this update
- All Known Subinterfaces:
WebAppDiagnosticLogs.UpdateDefinition<ParentT>,WebAppDiagnosticLogs.UpdateStages.Update<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerStorage<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.UpdateStages
public static interface WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing<ParentT>
A web app diagnostic log update allowing failed request tracing to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithFailedRequestTracing(boolean enabled) Specifies if diagnostic information on failed requests should be gathered.
-
Method Details
-
withFailedRequestTracing
Specifies if diagnostic information on failed requests should be gathered.- Parameters:
enabled- true if diagnostic information on failed requests should be gathered- Returns:
- the next stage of the update
-