Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
23fdc0ea
Commit
23fdc0ea
authored
Jan 17, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue #959
parent
8cb1bc89
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
include/spdlog/sinks/android_sink.h
include/spdlog/sinks/android_sink.h
+1
-1
include/spdlog/sinks/ansicolor_sink.h
include/spdlog/sinks/ansicolor_sink.h
+1
-1
include/spdlog/sinks/basic_file_sink.h
include/spdlog/sinks/basic_file_sink.h
+1
-1
include/spdlog/sinks/daily_file_sink.h
include/spdlog/sinks/daily_file_sink.h
+1
-1
include/spdlog/sinks/dist_sink.h
include/spdlog/sinks/dist_sink.h
+1
-1
include/spdlog/sinks/msvc_sink.h
include/spdlog/sinks/msvc_sink.h
+1
-1
include/spdlog/sinks/null_sink.h
include/spdlog/sinks/null_sink.h
+1
-1
include/spdlog/sinks/ostream_sink.h
include/spdlog/sinks/ostream_sink.h
+1
-1
include/spdlog/sinks/rotating_file_sink.h
include/spdlog/sinks/rotating_file_sink.h
+1
-1
include/spdlog/sinks/stdout_color_sinks.h
include/spdlog/sinks/stdout_color_sinks.h
+1
-1
include/spdlog/sinks/stdout_sinks.h
include/spdlog/sinks/stdout_sinks.h
+1
-1
include/spdlog/sinks/syslog_sink.h
include/spdlog/sinks/syslog_sink.h
+1
-1
include/spdlog/sinks/wincolor_sink.h
include/spdlog/sinks/wincolor_sink.h
+1
-1
No files found.
include/spdlog/sinks/android_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/fmt_helper.h"
...
...
include/spdlog/sinks/ansicolor_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/console_globals.h"
...
...
include/spdlog/sinks/basic_file_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/file_helper.h"
...
...
include/spdlog/sinks/daily_file_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/file_helper.h"
...
...
include/spdlog/sinks/dist_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "base_sink.h"
...
...
include/spdlog/sinks/msvc_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#if defined(_WIN32)
...
...
include/spdlog/sinks/null_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/null_mutex.h"
...
...
include/spdlog/sinks/ostream_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/null_mutex.h"
...
...
include/spdlog/sinks/rotating_file_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/file_helper.h"
...
...
include/spdlog/sinks/stdout_color_sinks.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#ifdef _WIN32
...
...
include/spdlog/sinks/stdout_sinks.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/details/console_globals.h"
...
...
include/spdlog/sinks/syslog_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/sinks/base_sink.h"
...
...
include/spdlog/sinks/wincolor_sink.h
View file @
23fdc0ea
...
...
@@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#
error "spdlog.h must be included before this file.
"
#
include "spdlog/spdlog.h
"
#endif
#include "spdlog/common.h"
...
...
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