niquery.utils.logging module

niquery.utils.logging.configure_logging(dirname: Path, filename: str) None[source]

Configure logging.

Parameters:
  • dirname (Path) – Directory where to save the logfile.

  • filename (Path) – Filename. Will be appended to the package name to create the log filename.