pyprobe.logger module#
Module for configuring logging for the PyProBE package.
- configure_logging(level=30, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', log_file=None)#
Configure the logging level, format, and handlers for the PyProBE package.
- Parameters:
level (str | int) – The logging level.
format (str) – The logging format.
log_file (str | None) – The log file to write to. By default, no file is written.
- Return type:
None