Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
cython-plus
typon
Commits
ef3a110f
Commit
ef3a110f
authored
Jul 08, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add logger.hpp
parent
ee8c1fad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
rt/include/typon/logger.hpp
rt/include/typon/logger.hpp
+13
-0
No files found.
rt/include/typon/logger.hpp
0 → 100644
View file @
ef3a110f
#ifndef TYPON_LOGGER_HPP_INCLUDED
#define TYPON_LOGGER_HPP_INCLUDED
#include <cstdio>
#include <typon/scheduler.hpp>
#define LOG(fmt, ...) \
printf( "[%2u] " fmt "\n", Scheduler::thread_id __VA_OPT__(,) __VA_ARGS__)
#endif // TYPON_LOGGER_HPP_INCLUDED
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