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 am trying to create a package for myself, but when I reviewed the function logger.log_background_messages(),
I checked the source code in src/robot/api/logger.py, but I couldn't find the log_background_messages() function.
I would like to ask if this function is working or not.
thanks. Good question... I think, this was supposed to work before Python2 support has been dropped a few days ago on master. I think the logger import in client.py is wrong and should be
from .logger import logger
That uses the library specific logger, which optionally is Backgroundlogger:
I am trying to create a package for myself, but when I reviewed the function logger.log_background_messages(),
I checked the source code in src/robot/api/logger.py, but I couldn't find the log_background_messages() function.
I would like to ask if this function is working or not.
SSHLibrary/src/SSHLibrary/client.py
Lines 170 to 182 in dd07264
The text was updated successfully, but these errors were encountered: