Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
b0f2d805
Commit
b0f2d805
authored
7 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
SQL duration logger outputs to debug as default
parent
310637f2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/logger/logger.h
+1
-1
src/logger/logger.h
with
1 addition
and
1 deletion
src/logger/logger.h
+
1
−
1
View file @
b0f2d805
...
@@ -54,7 +54,7 @@ class DurationLoggerPrivate;
...
@@ -54,7 +54,7 @@ class DurationLoggerPrivate;
class
DurationLogger
:
public
BaseObject
{
class
DurationLogger
:
public
BaseObject
{
public:
public:
DurationLogger
(
const
std
::
string
&
label
,
Logger
::
Level
level
=
Logger
::
Info
);
DurationLogger
(
const
std
::
string
&
label
,
Logger
::
Level
level
=
Logger
::
Debug
);
~
DurationLogger
();
~
DurationLogger
();
private:
private:
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets