#include <easylogging++.h>
Public Member Functions | |
virtual base::type::string_t | build (const LogMessage *logMessage, bool appendNewLine) const =0 |
void | convertToColoredOutput (base::type::string_t *logLine, Level level) |
LogBuilder () | |
virtual | ~LogBuilder (void) |
Private Attributes | |
bool | m_termSupportsColor |
Friends | |
class | el::base::DefaultLogDispatchCallback |
Additional Inherited Members | |
Private Member Functions inherited from el::base::NoCopy | |
NoCopy (void) | |
Definition at line 2189 of file easylogging++.h.
|
inline |
Definition at line 2191 of file easylogging++.h.
|
inlinevirtual |
Definition at line 2192 of file easylogging++.h.
|
pure virtual |
Implemented in el::base::DefaultLogBuilder.
void el::LogBuilder::convertToColoredOutput | ( | base::type::string_t * | logLine, |
Level | level | ||
) |
Definition at line 589 of file easylogging++.cc.
|
friend |
Definition at line 2199 of file easylogging++.h.
|
private |
Definition at line 2198 of file easylogging++.h.