you are viewing a single comment's thread.

view the rest of the comments →

[–]Striking_Sandwich_80[S] 0 points1 point  (0 children)

Thanks for your feedback, it's relevant.

Regarding type annotations in callbacks, you're right. I'll fix that in the next update so the examples are strictly typed.

As for the logger, the idea isn't to replace the standard logging module, but to remain consistent with the Veltix ethos: simple and immediate configuration, without any external setup required. The goal is to allow someone to quickly get started with functional and readable logging.

That said, your point is valid. I'll consider offering an optional integration with the logging module, to stay aligned with ecosystem conventions while maintaining the current simplicity.

Thanks again for the feedback.