opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

Improve logger logging capabilities #316

Open Peque opened 5 years ago

Peque commented 5 years ago

Maybe integrate logging or some other widely used logging module.

Candidate features:

ocaballeror commented 5 years ago

I believe the standard logging module provides all of those things. I have never worked with the "handlers" part of it, but it looked like it could do this and much more that one time I looked at the docs.