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
96000285
Commit
96000285
authored
Apr 17, 2015
by
gabime
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/gabime/spdlog
parents
2a0d0092
23ec6336
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
README.md
README.md
+9
-10
No files found.
README.md
View file @
96000285
...
...
@@ -5,18 +5,16 @@ Very fast, header only, C++ logging library.
## Install
Just copy the files to your build tree and use a C++11 compiler
## Tested on:
*
gcc 4.8.1 and above
*
clang 3.5 (Linux and OSX)
*
visual studio 2013
*
mingw with g++ 4.9.x
## Platforms
*
Linux (gcc 4.8.1+, clang 3.5+)
*
Windows (visual studio 2013+, mingw with g++ 4.9.1+)
*
Mac OSX (clang 3.5+)
##Features
*
Very fast - performance is the primary goal (see
[
benchmarks
](
#benchmarks
)
below).
*
Headers only.
*
No dependencies - just copy and use.
*
Cross platform - Linux / Windows on 32/64 bits.
*
**new!**
Feature rich
[
call style
](
#usage-example
)
using the excellent
[
cppformat
](
http://cppformat.github.io/
)
library.
*
Feature rich
[
call style
](
#usage-example
)
using the excellent
[
cppformat
](
http://cppformat.github.io/
)
library.
*
ostream call style is supported too.
*
Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
*
[
Custom
](
https://github.com/gabime/spdlog/wiki/Custom-formatting
)
formatting.
...
...
@@ -155,5 +153,6 @@ void custom_class_example()
}
```
## Tweaking
spdlog can be
[
tweaked
](
include/spdlog/tweakme.h
)
to improve performance even more.
## Documentation
Documentation can be found in the
[
wiki
](
https://github.com/gabime/spdlog/wiki/1.-QuickStart
)
pages.
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