Open
Description
When using JBotSim to develop a distributed algorithm, an integrated logging tool for debug and results recording would be a really nice feature.
For the last algorithm I developed with JBotSim, I used the default java.util.Logger
to log the messages sent and received by the nodes, and hard code it for each message.
Possible features:
- The possibility to log every message sent/received during a run with respect to a level of severity or the message tag (could be extended to other events).
- The possibility to log custom messages from the user code.
- The possibility to write this log into a
.txt
file
Metadata
Metadata
Assignees
Labels
No labels