-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Please view the Contributing Guidelines for information on Contributing.
Is your feature request related to a problem? Please describe.
Currently, The statements stating weather the system is in CLI or GUI mode is not controllable. It causes trouble and fills the screen if we are using parallel processing to run multiple simulations.
Adding a verbosity control, where we can set the amount of verbosity we need can help control this behavior.
Describe the solution you'd like
- Implement a verbosity counter
- Define priority of each print statements (0 - 9)
- Use if statements to display the print statements based on priority.
- Use 0 to have no print statements in effect.
Describe alternatives you've considered
NIL
Additional context
NIL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request