Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
6a83c344
Commit
6a83c344
authored
Mar 22, 2014
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logger.h
parent
4189a406
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
makefile
example/makefile
+2
-1
logger.h
include/c11log/logger.h
+1
-1
No files found.
example/makefile
View file @
6a83c344
...
...
@@ -16,7 +16,8 @@ debug: example.cpp
clean
:
rm
-f
*
.txt
$(OUTBIN)
$(OUTBIN)
-debug
rebuild
:
clean all
rebuild-debug
:
clean debug
...
...
include/c11log/logger.h
View file @
6a83c344
...
...
@@ -103,7 +103,7 @@ inline c11log::logger::logger(sinks_init_list sinks_list) :
inline
c11log
::
details
::
line_logger
c11log
::
logger
::
log
(
c11log
::
level
::
level_enum
msg_level
)
{
return
details
::
line_logger
(
this
,
new_log_msg
,
msg_level
>=
msg
_level
);
return
details
::
line_logger
(
this
,
msg_level
,
msg_level
>=
_atomic
_level
);
}
inline
c11log
::
details
::
line_logger
c11log
::
logger
::
debug
()
...
...
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