moncenterlib.tools module
- class moncenterlib.tools.NoLoggingFilter(flag: bool = True)
Bases:
Filter- filter(record)
Determine if the specified record is to be logged.
Returns True if the record should be logged, or False otherwise. If deemed appropriate, the record may be modified in-place.
- moncenterlib.tools.create_simple_logger(name: str, disable_output: bool | Logger | None) Logger
- moncenterlib.tools.files_check(files: list) dict
- moncenterlib.tools.get_files_from_dir(input_dir: str, recursion: bool) list
- moncenterlib.tools.get_path2bin(name_bin) str