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
7d30a72b
Commit
7d30a72b
authored
Nov 16, 2014
by
Gabi Melman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
28c51348
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
README.md
README.md
+1
-2
No files found.
README.md
View file @
7d30a72b
...
...
@@ -17,7 +17,6 @@ Just copy the files to your build tree and use a C++11 compiler
*
Very fast - performance is the primary goal (see becnhmarks below)
*
Headers only
*
No dependencies
*
Simple to use, simple to understand, simple to hack or extend
*
Cross platform - Linux / Windows on 32/64 bits
*
Multi/Single threaded loggers
*
Rotating log files
...
...
@@ -25,7 +24,7 @@ Just copy the files to your build tree and use a C++11 compiler
*
Console logging
*
Linux syslog
*
Optional async logging
*
Add
custom log targets easily (just implement a single function in the
[
sink
](
include/spdlog/sinks/sink.h
)
interface)
*
Extend with
custom log targets easily (just implement a single function in the
[
sink
](
include/spdlog/sinks/sink.h
)
interface)
*
Logging levels
*
Custom formatting with user defined patterns
...
...
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