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