Main Page
Namespaces
Classes
Files
Related Pages
Examples
Class List
Class Hierarchy
Class Members
boost
::
logging
::
formatter
::
thread_id_t
boost::logging::formatter::thread_id_t< convert > Struct Template Reference
Writes the thread_id to the log.
More...
Inheritance diagram for boost::logging::formatter::thread_id_t< convert >:
[
legend
]
Collaboration diagram for boost::logging::formatter::thread_id_t< convert >:
[
legend
]
List of all members.
Detailed Description
template<class convert = do_convert_format::prepend>
struct boost::logging::formatter::thread_id_t< convert >
Writes the thread_id to the log.
Parameters:
convert
[optional] In case there needs to be a conversion between std::(w)string and the string that holds your logged message. See convert_format. For instance, you might use
a cached_string class
(see
optimize namespace
).
Examples:
ts_loger_one_filter.cpp
.
The documentation for this struct was generated from the following file:
format/formatter/thread_id.hpp
Copyright
John Torjo
© 2007
Have a question/ suggestion/ comment? Send me
feedback