template<class T>
class gnsstk::Log< T >
template class Log is used by classes ConfigureLOG and ConfigureLOGstream. class ConfigureLOGstream is just class Log with template type = ConfigureLOGstream
Definition at line 66 of file logstream.hpp.
#include <logstream.hpp>
|
std::ostringstream | os |
| string stream to which output is written; destructor will dump to log stream. More...
|
|
◆ Log() [1/2]
◆ ~Log()
◆ Log() [2/2]
◆ FromString()
convert from a string (= names in the LogLevel enum) to a LogLevel
Definition at line 150 of file logstream.hpp.
◆ NowTime()
◆ operator=()
◆ Put()
write out to log stream at level, default is INFO
Definition at line 101 of file logstream.hpp.
◆ ReportingLevel()
get/set the highest level that is actually output to log stream
Definition at line 134 of file logstream.hpp.
◆ ReportLevels()
get/set; if true, output level on each line, after the time tag
Definition at line 118 of file logstream.hpp.
◆ ReportTimeTags()
get/set; if true, output time tag on each line, first
Definition at line 126 of file logstream.hpp.
◆ ToString()
convert a level to a string corresponding to the LogLevel enum
Definition at line 142 of file logstream.hpp.
◆ os
string stream to which output is written; destructor will dump to log stream.
Definition at line 87 of file logstream.hpp.
The documentation for this class was generated from the following file: