format.hpp File Reference

Include dependency graph for format.hpp:

This graph shows which files directly or indirectly include this file:

Namespaces

namespace  boost
namespace  boost::logging
namespace  boost::logging::format_and_write
namespace  boost::logging::msg_route

Classes

struct  boost::logging::format_and_write::use_cache< formatter_base, destination_base, msg_type >
 This uses a cache, when calling formatters/destinations - for writing a given message. More...
struct  boost::logging::format_and_write::simple< msg_type >
 Formats the message, and writes it to destinations - calls operator() on the formatters , and operator() on the destinations. Ignores clear_format() commands. More...
struct  boost::logging::format_and_write::simple_care_for_clear_format< msg_type, string_type >
 Formats the message, and writes it to destinations - calls operator() on the formatters , and operator() on the destinations. More...
struct  boost::logging::msg_route::formatter_and_destination_array_holder< formatter_array, destination_array >
 Recomended base class for message routers that need access to the underlying formatter and/or destination array. More...
struct  boost::logging::msg_route::simple< formatter_base, destination_base, lock_resource >
 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  boost::logging::msg_route::with_route< formatter_base, destination_base, lock_resource, formatter_array, destination_array >
 . Represents a router - by default, first calls all formatters, then all destinations. However you can overwrite this route More...
class  boost::logging::msg_route::with_route< formatter_base, destination_base, lock_resource, formatter_array, destination_array >::route

Detailed Description

Include this file when you're using formatters and destinations, and you want to define the logger classes, in a source file (using BOOST_DEFINE_LOG)

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