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
c73a5ff9
Unverified
Commit
c73a5ff9
authored
Dec 20, 2019
by
Gabi Melman
Committed by
GitHub
Dec 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1367 from mike239x/v1.x
Fix a small problem in the basic example
parents
d52e825b
9858d4e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
c73a5ff9
...
@@ -77,7 +77,7 @@ int main()
...
@@ -77,7 +77,7 @@ int main()
// Compile time log levels
// Compile time log levels
// define SPDLOG_ACTIVE_LEVEL to desired level
// define SPDLOG_ACTIVE_LEVEL to desired level
SPDLOG_TRACE
(
"Some trace message with param {}"
,
{}
);
SPDLOG_TRACE
(
"Some trace message with param {}"
,
42
);
SPDLOG_DEBUG
(
"Some debug message"
);
SPDLOG_DEBUG
(
"Some debug message"
);
// Set the default logger to file logger
// Set the default logger to file logger
...
...
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