libosmscout
0.1
|
#include <Logger.h>
Public Member Functions | |
Line (Destination &destination) | |
Line & | operator<< (bool value) |
Line & | operator<< (const char *value) |
Line & | operator<< (const Distance &value) |
Line & | operator<< (const std::string &value) |
Line & | operator<< (const std::string_view &value) |
Line & | operator<< (const StopClock &value) |
Line & | operator<< (double value) |
Line & | operator<< (float value) |
Line & | operator<< (int value) |
Line & | operator<< (long long value) |
Line & | operator<< (long value) |
Line & | operator<< (short value) |
Line & | operator<< (unsigned int value) |
Line & | operator<< (unsigned long long value) |
Line & | operator<< (unsigned long value) |
Line & | operator<< (unsigned short value) |
Line & | operator<< (void *value) |
virtual | ~Line () |
A log consists of a number of lines. A line is implicitly created by the logger if instructing it to start logging in a certain log level. The Logger at this point passes the Line a destination.
|
explicit |
|
virtual |
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
References osmscout::Distance::AsString(), and osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
Logger::Line & osmscout::Logger::Line::operator<< | ( | double | value | ) |
Logger::Line & osmscout::Logger::Line::operator<< | ( | float | value | ) |
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
|
inline |
References osmscout::Logger::Destination::Print().
Logger::Line & osmscout::Logger::Line::operator<< | ( | void * | value | ) |