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
I try to have libraries usable as standalone libs and to be used with robot framework / backgroundlogger.
For logging I'd find it useful if the API is similar to Pythons logging.
Hello,
I try to have libraries usable as standalone libs and to be used with robot framework /
backgroundlogger
.For logging I'd find it useful if the API is similar to Pythons
logging
.Python
logging
deprecated thewarn()
method in favor ofwarning()
:Is there a chance
robotbackgroundlogger
can reflect this change, so I can pass a logger object into my libs and use them transparently?The text was updated successfully, but these errors were encountered: