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
214b9388
Commit
214b9388
authored
Nov 01, 2014
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
6f35dfd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+5
-3
No files found.
README.md
View file @
214b9388
# spdlog
# spdlog
spdlog is v
ery fast, header only, c++11 logging library.
V
ery fast, header only, c++11 logging library.
## Install
## Install
...
@@ -13,13 +13,15 @@ Just copy the files to your build tree and use a C++11 compiler
...
@@ -13,13 +13,15 @@ Just copy the files to your build tree and use a C++11 compiler
*
visual studio 2013
*
visual studio 2013
##Features
##Features
*
Stream like, east to use interface
*
Very low overhead
*
Stream like, easy to use interface
*
Logging levels
*
Logging levels
*
Rotating log files
*
Rotating log files
*
Daily log files
*
Daily log files
*
Async logging
*
Async logging
*
Thread safety
*
Thread safety
*
Very low overhead
*
Custom formatting
## Performance
## Performance
The library is very fast.
The library is very fast.
...
...
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