boost::logging::writer Namespace Reference

Classes that write the message, once it's been gathered. More...


Classes

struct  format_write
 Allows custom formatting of the message before logging it, and writing it to several destinations. More...
struct  named_write
 Composed of a named formatter and a named destinations. Thus, you can specify the formatting and destinations as strings. More...
struct  on_dedicated_thread
 Performs all writes on a dedicated thread - very efficient and thread-safe. More...
struct  ts_write

Namespaces

namespace  threading
 specify thread-safety of your logger_format_write class


Detailed Description

Classes that write the message, once it's been gathered.

The most important class is writer::format_write



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