Skip to content

A logging tool for JBotSim #75

Open
@narbonij

Description

@narbonij

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions