Set the formatting functor used when writing records to the specified formatter functor.
Declared in <ball_observerformatterimp.h>
void
setFormatFunctor(RecordFormatter const& formatter);
Note that this method is not able to communicate the timezone default settings to the formatter, prefer setFormat.
| Name | Description |
|---|---|
| formatter | functor used to format log records to a stream |