eseo-emc / emctestbench

Universal EMC testbench
3 stars 1 forks source link

Logging in the GUI #20

Closed SjoerdOptLand closed 12 years ago

SjoerdOptLand commented 12 years ago

Logging to the screen.

MohamedAmellal commented 12 years ago

you mean that evry one should have he's logging and password ? if it's the cas, i think it's a good idea

SjoerdOptLand commented 12 years ago

Created a LogWidget for the purpose. Logging can now be done everywhere with:

import logging
logging.LogItem('My message',logging.debug)

Done in 5f071316d7a24c3b7569d79e55490352244e89c0

SjoerdOptLand commented 12 years ago

No, I meant logging of errors, warnings, info and debugging messages. I will try to be clearer in the issue descriptions.

I would say that logging in (for security reasons) should be done by Windows: if wanted, one can configure the screensaver to lock the computer with a password.

Let me know what you think.