Hi, I would like to use an actor that will capture all of the logging from various actors and output these to a display. For example, it could capture everything sent to "standard out", and pipe this to a display. Another option would be that it holds a logging singleton and all of the other actors will write log messages to this singleton.
Has anyone done this before. Chris

