feat(logger): DurationLogger use by default Info flag

This commit is contained in:
Ronan Abhamon 2018-02-15 08:28:12 +01:00
parent 91bce6e695
commit 04fd9ec2da

View file

@ -54,7 +54,7 @@ class DurationLoggerPrivate;
class DurationLogger : public BaseObject {
public:
DurationLogger (const std::string &label, Logger::Level level = Logger::Debug);
DurationLogger (const std::string &label, Logger::Level level = Logger::Info);
~DurationLogger ();
private: