Interface WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppDiagnosticLogs.Definition<ParentT>
,WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>
,WebAppDiagnosticLogs.DefinitionStages.WithAttachForApplicationStorage<ParentT>
,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>
,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerStorage<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.DefinitionStages
public static interface WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing<ParentT>
A web app diagnostic log definition 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 definition
-