aequilibrae.project.Log#
- class aequilibrae.project.Log(project_base_path: Path)[source]#
API entry point to the log file contents
>>> project = Project() >>> project.new(project_path) >>> log = project.log() # We get all entries for the log file >>> entries = log.contents() # Or clear everything (NO UN-DOs) >>> log.clear()
Methods