ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< lox::detail::Logger, TChar > Struct Template Reference

Description:

template<typename TChar>
struct alib::strings::APPENDABLES::T_Append< lox::detail::Logger, TChar >

Specialization of functor T_Append for type Logger.

Template Parameters
TCharCharacter 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)
 

Method Details:

◆ operator()()

template<typename TChar >
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.

Parameters
targetThe AString to append src to.
loggerThe logger to append information for.

Definition at line 228 of file logger.hpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: