Interface WebAppDiagnosticLogs.UpdateStages.WithDetailedErrorMessages<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.WithDetailedErrorMessages<ParentT>A web app diagnostic log update allowing detailed error messages to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.UpdateStages.Update<ParentT>withDetailedErrorMessages(boolean enabled)Specifies if detailed error messages should be gathered from the web app.
-
-
-
Method Detail
-
withDetailedErrorMessages
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withDetailedErrorMessages(boolean enabled)
Specifies if detailed error messages should be gathered from the web app.- Parameters:
enabled- true if detailed error messages should be gathered- Returns:
- the next stage of the update
-
-