Classes | |
struct | formatter_and_destination_array_holder |
Recomended base class for message routers that need access to the underlying formatter and/or destination array. More... | |
struct | simple |
Represents a simple router - first calls all formatters - in the order they were added, then all destinations - in the order they were added. More... | |
class | with_route |
. Represents a router - by default, first calls all formatters, then all destinations. However you can overwrite this route More... |
Classes in this namespace specify when formatters and destinations are to be called.