fluidvis
|
#include <Log4SX.h>
Public Member Functions | |
EXL | Annotation (string annotation) |
EXL | Annotation (const Annotation &a) |
EXL Annotation & | operator= (const Annotation &a) |
EXL string | getAnnotation () const |
A log annotation. This class is meant to overload the << operator of the logger to append a new annotation like this: <logger> << Annotation(<annotation text>)
EXL sx::Annotation::Annotation | ( | string | annotation | ) |
Constructs an annotation with an annotation text. This class is meant to overload the << operator of the logger to append a new markup like this: <logger> << LogMarkup(<annotation text>)
annotation | annotation text |
EXL sx::Annotation::Annotation | ( | const Annotation & | a | ) |
copy constructor
EXL string sx::Annotation::getAnnotation | ( | ) | const |
getter
EXL Annotation& sx::Annotation::operator= | ( | const Annotation & | a | ) |
assignment operator