Merge pull request #4 from headhunter45/issue-3-default-destination-levels
Sets default log levels for destinations.
This commit is contained in:
@@ -55,7 +55,7 @@ using std::string;
|
|||||||
shared_ptr<Logger> shared_logger_ = nullptr;
|
shared_ptr<Logger> shared_logger_ = nullptr;
|
||||||
} // End namespace
|
} // End namespace
|
||||||
|
|
||||||
Logger::Destination::Destination() {}
|
Logger::Destination::Destination() : min_type_(MessageType::Unknown), max_type_(MessageType::Wtf) {}
|
||||||
|
|
||||||
Logger::Destination::~Destination() {}
|
Logger::Destination::~Destination() {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user