frarch.utils.logging.create_logger module
frarch.utils.logging.create_logger module#
- frarch.utils.logging.create_logger.create_logger_file(log_file_path: Union[str, pathlib.Path], debug: bool = False, stdout: bool = False) None [source]#
Create logger file in file path.
- Parameters
- Raises
ValueError – log_file_path is not a str or pathlib.Path object.
ValueError – debug is not boolean.
ValueError – stdout is not boolean.