gedai.set_log_level🔗
- gedai.set_log_level(verbose, apply_to_mne=True)[source]🔗
Set the log level for the logger and the first handler
sys.stdout.- Parameters:
- verbose
int|str|bool|None Sets the verbosity level. The verbosity increases gradually between
"CRITICAL","ERROR","WARNING","INFO"and"DEBUG". If None is provided, the verbosity is set to"WARNING". If a bool is provided, the verbosity is set to"WARNING"for False and to"INFO"for True.- apply_to_mne
bool If True, also changes the log level of MNE.
- verbose