py_trees icon indicating copy to clipboard operation
py_trees copied to clipboard

Implementation of logging as 'print' statements

Open gitpushoriginmaster opened this issue 1 year ago • 3 comments

Hi @stonier , Why are all the logs in your Logger class handled with print and not by the logging module? I see you comment at the beggining of logging.py, but still - what would you think about having the option to switch to a logging.Logger by some boolean flag?

gitpushoriginmaster avatar Mar 23 '23 14:03 gitpushoriginmaster