Specialization of functor T_Append for type Logger.
TChar | Character type of the AString to append info about this logger to. (Templated inline implementation for all possible character types.) |
Definition at line 219 of file logger.hpp.
#include <logger.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const lox::detail::Logger &logger) |
|
inline |
Writes the name of the logger. In case the type name is different, it will be appended in braces.
target | The AString to append src to. |
logger | The logger to append information for. |
Definition at line 228 of file logger.hpp.