Problem 2402

Summary: Add verbosity check in G4UIExecutive
Product: Geant4 Reporter: Luigi Pertoldi <gipert>
Component: intercomsAssignee: Koichi Murakami <Koichi.Murakami>
Status: REOPENED INVALID    
Severity: minor CC: John.Allison, Koichi.Murakami
Priority: P4    
Version: 10.7   
Hardware: All   
OS: All   

Description Luigi Pertoldi 2021-07-27 18:03:47 CEST
The G4couts tn the G4UIExecutive constructor that produce:

    Available UI session types: [...]

Should be guarded by a verbosity check to let the user suppress the message, if desired.
Comment 1 Koichi Murakami 2021-11-30 03:49:26 CET
implemented in v11.0 release
Comment 2 Luigi Pertoldi 2022-01-13 20:12:02 CET
I apologize, I just realize that a verbosity check does not make sense here since "verbose == true" always (see constructor declaration above).

One could add an extra "verbose=true" default argument to the constructor or move the printouts to another class method.