You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. Any logger that implements the `LoggerInterface` protocol (with `debug`, `info`, `warning`, `error`, `exception` methods) works with the SDK. Use `context.set_logger()` to set your custom logger.
506
+
Yes. Any logger that implements the `LoggerInterface` protocol works with the SDK. Use `context.set_logger()` to set your custom logger.
507
+
508
+
The protocol is defined in `aws_durable_execution_sdk_python.types`:
0 commit comments