• Home
  • Raw
  • Download

Lines Matching refs:manipulator

101 …rded to the [link log.detailed.utilities.manipulators.to_log `to_log`] manipulator when the wrappe…
188 [section:to_log Customized logging manipulator]
192 The [funcref boost::log::to_log `to_log`] function creates a stream manipulator that simply outputs…
198 …st::log::to_log `to_log`], a tag type, which will be embedded into the manipulator type and thus w…
208 [section:add_value Attribute value attaching manipulator]
212manipulator that attaches an attribute value to a log record. This manipulator can only be used in…
214 In addition to the value itself, the manipulator also requires the attribute name to be provided. F…
221 [section:dump Binary dump manipulator]
225 The [funcref boost::log::dump `dump`] function creates a manipulator that outputs binary contents o…
233 The manipulator also allows to limit the amount of data to be output, in case if the input data can…
241manipulator called [funcref boost::log::dump_elements `dump_elements`] for printing binary represe…
257manipulator can be used to ensure that all such strings are reliably terminated with a newline and…
261 [note This manipulator inspects previous output to the stream, and therefore can only be used with …
265 [section:range Range manipulator]
269 …ly, a range), preferably separated with a delimiter. The `range_manip` manipulator allows to do th…
275 [tip This manipulator can also be used with regular output streams, not necessarily loggers.]
281 [section:tuple Tuple manipulator]
285 Tuple manipulator allows to output elements of a heterogeneous sequence (put simply, a tuple) to a …
295 [tip This manipulator can also be used with regular output streams, not necessarily loggers.]
299 [tip You can also use tuples generated by `std::tie` or `boost::tie` with this manipulator, which a…
303 [section:optional Optional manipulator]
307 Optional manipulator allows to output an optional value to the output stream. If the value is not p…
314 [tip This manipulator can also be used with regular output streams, not necessarily loggers.]