libosmscout 0.1
Loading...
Searching...
No Matches
Logger.h File Reference
#include <string_view>
#include <osmscout/lib/CoreFeatures.h>
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/util/Distance.h>
#include <osmscout/util/StopClock.h>

Classes

class  osmscout::Log
 Simple logging proxy object that encapsulates one exchangeable global logger instance. More...
 
class  osmscout::Logger
 A logger is a special output stream. More...
 
class  osmscout::Logger::Destination
 Abstract base class for printing log information to a specific output sink. More...
 
class  osmscout::Logger::Line
 A log consists of a number of lines. More...
 
class  osmscout::NoOpLogger
 Special Logger that just does not output the logged information. More...
 

Namespaces

namespace  osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Variables

Log osmscout::log
 The one and only global instance of the logger that should get used for all logging output.