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
295e189b
Commit
295e189b
authored
Jan 14, 2015
by
Denis Ivaykin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
astyle
parent
365d8954
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
async_log_helper.h
include/spdlog/details/async_log_helper.h
+0
-0
registry.h
include/spdlog/details/registry.h
+0
-0
spdlog.h
include/spdlog/spdlog.h
+2
-1
No files found.
include/spdlog/details/async_log_helper.h
View file @
295e189b
include/spdlog/details/registry.h
View file @
295e189b
include/spdlog/spdlog.h
View file @
295e189b
...
...
@@ -61,7 +61,8 @@ void set_level(level::level_enum log_level);
// Async mode - off by default.
//
enum
class
async_queue_overflow_policy
{
enum
class
async_queue_overflow_policy
{
block_retry
,
// Block / yield / sleep until message can be enqueued
discard_log_msg
// Discard the message it enqueue fails
};
...
...
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