SPH
|
Helper logger that does not write anything. More...
#include <Logger.h>
Public Member Functions | |
virtual void | writeString (const std::string &UNUSED(s)) override |
![]() | |
virtual void | writeString (const std::string &s)=0 |
Logs a string message. More... | |
template<typename... TArgs> | |
void | write (TArgs &&... args) |
Creates and logs a message by concatenating arguments. More... | |
void | setPrecision (const Size newPrecision) |
Changes the precision of printed numbers. More... | |
void | setScientific (const bool newScientific) |
Sets/unsets scientific notation. More... | |
![]() | |
virtual | ~Polymorphic () |
![]() | |
Noncopyable ()=default | |
Noncopyable (const Noncopyable &)=delete | |
Noncopyable (Noncopyable &&)=default | |
Noncopyable & | operator= (const Noncopyable &)=delete |
Noncopyable & | operator= (Noncopyable &&)=default |
|
inlineoverridevirtual |