Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
b0f2d805
Commit
b0f2d805
authored
Nov 30, 2017
by
Sylvain Berfini
🐮
Browse files
SQL duration logger outputs to debug as default
parent
310637f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/logger/logger.h
View file @
b0f2d805
...
...
@@ -54,7 +54,7 @@ class DurationLoggerPrivate;
class
DurationLogger
:
public
BaseObject
{
public:
DurationLogger
(
const
std
::
string
&
label
,
Logger
::
Level
level
=
Logger
::
Info
);
DurationLogger
(
const
std
::
string
&
label
,
Logger
::
Level
level
=
Logger
::
Debug
);
~
DurationLogger
();
private:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment