Interface WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages<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.WithDetailedErrorMessages<ParentT>A web app diagnostic log definition allowing detailed error messages to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>withDetailedErrorMessages(boolean enabled)Specifies if detailed error messages should be gathered from the web app.
-
-
-
Method Detail
-
withDetailedErrorMessages
WebAppDiagnosticLogs.DefinitionStages.WithAttach<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 definition
-
-