Logging
Projects
All logs are stored inside a project. You can create and initialize a project like so.
If your codebase needs to engage with multiple projects, you can deactive the current project.
You can also use context managers to switch between projects, with arbitrary nesting supported.
You can also overwrite a project if you’d like to start again.
Check out the full Python documentation for more on projects, but that’s it for our intro! We’ll learn more about creating logs next.