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
Modifier and TypeMethodDescriptionwithDetailedErrorMessages(boolean enabled) Specifies if detailed error messages should be gathered from the web app.
-
Method Details
-
withDetailedErrorMessages
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
-