|
| InfoLog (std::string proceedingText="") |
|
InfoLog & | operator= (const InfoLog &rhs) |
|
virtual bool | loggingEnabled () |
|
| Log (std::string proceedingText="") |
|
template<class T > |
const Log & | operator<< (const T val) const |
|
const Log & | operator<< (const StandardEndLine manip) const |
|
virtual bool | getLoggingEnabled () const |
|
bool | getInstanceLoggingEnabled () const |
|
std::string | getProceedingText () const |
|
virtual std::string | getLastMessage () const |
|
void | setProceedingText (const std::string &proceedingText) |
|
bool | setEnableInstanceLogging (bool loggingEnabled) |
|
|
virtual void | triggerCallback (const std::string &message) const |
|
template<class T > |
std::string | to_str (const T &val) const |
|
|
typedef std::basic_ostream< char, std::char_traits< char > > | CoutType |
|
typedef CoutType &(* | StandardEndLine) (CoutType &) |
|
std::string | proceedingText |
|
std::string | lastMessage |
|
bool | instanceLoggingEnabled |
|
bool * | loggingEnabledPtr |
|
bool * | writeProceedingTextPtr |
|
std::string * | lastMessagePtr |
|
bool | writeProceedingText |
|
Definition at line 51 of file InfoLog.h.
The documentation for this class was generated from the following files: