mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
feat(logger): DurationLogger use by default Info flag
This commit is contained in:
parent
91bce6e695
commit
04fd9ec2da
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue