MPMA Framework 0.4
|
Debug output router. More...
Go to the source code of this file.
Classes | |
class | MPMA::RouterOutput |
Implementations of this are output targets which can accept debug data from a RouterInput and output it to anything it likes. More... | |
class | MPMA::RouterInput |
The program will send it's debug data to instances of this. This will take data and marshell it to all attached outputs. More... | |
class | MPMA::RouterInput |
The program will send it's debug data to instances of this. This will take data and marshell it to all attached outputs. More... | |
class | MPMA::RouterOutputFile |
A simple RouterInputOutput implementation that writes output to a file (overridding the file). More... | |
class | MPMA::RouterOutputStdout |
A simple RouterInputOutput implementation that writes output to a stdout. More... | |
Namespaces | |
namespace | MPMA |
The Base MPMA Framework. | |
Functions | |
RouterInput & | MPMA::ErrorReport () |
Attach outputs to this to recieve error messages from the framework. |
Debug output router.