boost::logging::msg_route Namespace Reference

Specifies the route : how formatting and writing to destinations take place. More...


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...


Detailed Description

Specifies the route : how formatting and writing to destinations take place.

Classes in this namespace specify when formatters and destinations are to be called.

See also:
msg_route::simple, msg_route::with_route


Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback