Lines Matching refs:formatters
45 * Added `auto_newline` [link log.detailed.expressions.formatters.auto_newline formatter] and [link …
48 …onfigure their formatters so that the trailing newline is added there, if needed (e.g. by using [l…
52 …in order to use `boost::log::trivial::severity_level` with filters and formatters parsed from stri…
124 * Added a new character decorator called [link log.detailed.expressions.formatters.decorators.max_s…
141 * Added a workaround for MSVC-10 and 11 generating broken code for formatters in some cases. ([tick…
159 * Fixed compilation of [link log.detailed.expressions.formatters.decorators character decorators].
197 * [link log.detailed.expressions.formatters.decorators.xml XML character decorator] now escapes quo…
208 * Added new format flags "%c", "%C" and "%F" to the [link log.detailed.expressions.formatters.named…
209 * Added support for incomplete and empty markers to the [link log.detailed.expressions.formatters.n…
238 * Fixed thread id formatting discrepancies between the default sink and formatters.
268 …tering. Such values do not participate in filtering but can be used by formatters and sinks. Log r…
307 [*Filters and formatters:]
310 * Two new types were introduced to dynamically store filters and formatters: [class_log_filter] and…
311 * Filters and formatters were rewritten. The new implementation is based on __boost_phoenix__ and r…
313 * Filters and formatters do not throw exceptions by default when an attribute value cannot be used …
314 …ance. The formatter has been renamed to [link log.detailed.expressions.formatters.date_time `forma…
315 …mber. The formatter has been renamed to [link log.detailed.expressions.formatters.named_scope `for…
316 * [link log.detailed.expressions.formatters.decorators Character decorators] were renamed to `c_dec…
362 …ecessarily with a streaming expression. The record object is now processed by sinks and formatters.
363 …e). Sinks and core will not suppress exceptions by default. Filter and formatters will throw if th…
364 * Added a few new formatters, called character decorators. These can be useful to post-process the …