Skip to content

Configuing Thing Class

Logger

Logging is handled by structlog and requires a global replacement for customization. This section will be updated with more details. In the meantime, refer to this code snippet and monkey patch it directly to return a structlog.BoundLogger instance.

Meta

To be updated with use cases of modifying Thing metaclass, in the meanwhile there is decent documentation in the developer notes: Thing MetaClass.

Post Init

To be updated, please refer to the developer notes in the meantime: Thing Post Init.

Composition

To be updated.