XLL+ Class Library (7.0)

Appender::emitText

Transforms an event to a text string

virtual void emitText(
   const std::basic_string<TCHAR>& text
);

Parameters

text

The buffer to which the text will be written. Depending on the formatting pattern used, this may or may not include a new line.

Requirements

Header: cpplog.h

See Also

Appender Class | Appender Methods