Main Page
Namespaces
Classes
Files
Related Pages
Examples
Class List
Class Hierarchy
Class Members
boost
::
logging
::
formatter
::
append_newline_if_needed_t
boost::logging::formatter::append_newline_if_needed_t< convert > Struct Template Reference
Appends a new line, if not already there.
More...
Inheritance diagram for boost::logging::formatter::append_newline_if_needed_t< convert >:
[
legend
]
Collaboration diagram for boost::logging::formatter::append_newline_if_needed_t< convert >:
[
legend
]
List of all members.
Detailed Description
template<class convert = do_convert_format::append>
struct boost::logging::formatter::append_newline_if_needed_t< convert >
Appends a new line, if not already there.
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:
use_tss_ostringstream.cpp
.
The documentation for this struct was generated from the following file:
format/formatter/defaults.hpp
Copyright
John Torjo
© 2007
Have a question/ suggestion/ comment? Send me
feedback