This module provides simple logging calls to explicity log within the pipelines. Standard levels are supported.
View source code here: GitHub
Log a message with a specific log level.
Field | Type | Description |
---|---|---|
level | typing.Literal['info', 'debug', 'warning', 'error', 'critical'] | The log level to set |
message | typing.Any | The message to log. It should be able to be converted to a string. |
© 2025 South Patron LLC. All rights reserved.
AI everywhere.