NaviNIBS.util.logging module¶ NaviNIBS.util.logging.getLogFilepath(session)[source]¶ Return type: str NaviNIBS.util.logging.createLogFileHandler(logFilepath, use_async=True)[source]¶ Create a handler for logging to a file, using concurrent_log_handler to support multiple processes writing to the same log file. Return type: FileHandler