Logging from Python code in Blender

Logging, get it? :)

Sybren Stüvel writes:

In this article we take a look at using logging inside Blender. When things take an unexpected turn, which they always do, it is great to know what is going on behind all the nice GUIs and user-friendly operators. Python’s standard library with a very flexible and extendable logging module.

Advertisement