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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.UpdateStages.Update<ParentT>withFailedRequestTracing(boolean enabled)Specifies if diagnostic information on failed requests should be gathered.
-
-
-
Method Detail
-
withFailedRequestTracing
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withFailedRequestTracing(boolean enabled)
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
-
-