pyscal

pyscal

pyscal.getLogger_pyscal(module_name='pyscal', args_dict=None)[source]

Provide a custom logger for pyscal Logging output is by default split by logging levels (split between WARNING and ERROR) to stdout and stderr, each log occurs in only one of the streams. :type module_name: str :param module_name: A suggested name for the logger, usually __name__ should be :param supplied: :type args_dict: Optional[Dict[str, Union[str, bool]]] :param args_dict: Dictionary with contents from the argparse namespace object :param containing only keys “output”: :param “verbose” and “debug”.:

Return type:

Logger

Submodules