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