#include <textlogger.hpp>
This abstract class represents a plug-in for the TextLogger class which converts the list of logables into a textual representation.
Definition at line 53 of file textlogger.hpp.
Public Methods | |
| virtual | ~ObjectConverter () |
| virtual void | ConvertObjects (AString &target, Boxes &logables)=0 |
| virtual AutoSizes * | GetAutoSizes ()=0 |
| virtual void | ResetAutoSizes ()=0 |
|
inlinevirtual |
The conversion method.
| target | An AString that takes the result. |
| logables | The objects to convert. |
Implemented in StandardConverter.
|
pure virtual |
If this converter uses an AutoSizes object, this method returns such object.
nullptr if not applicable. Implemented in StandardConverter.
|
pure virtual |
If this converter uses an AutoSizes object, values of this field are reset.
Implemented in StandardConverter.