Actions
Enhancement #198
openStick logs to "areas"
Start date:
2011-03-04
Due date:
% Done:
0%
Estimated time:
Patch Available:
No
Found in Versions:
Confirmed:
No
Branch:
Help Needed:
Description
Logs should be separated into areas, each one covering a certain aspect to the bot process, for example: the communication with other bots, the advertised interface, the executed tasks…
Log4r seems to have useful hierarchical logging features we could use.
This would allow:- changing debug level for only specific aspects of the software
- adding useful prefixes to the log messages
We should also call DI to the rescue.
Actions