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
e7cf25a1
Commit
e7cf25a1
authored
Nov 25, 2017
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed issue #562
parent
dcc7b347
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
common.h
include/spdlog/common.h
+2
-2
tweakme.h
include/spdlog/tweakme.h
+2
-2
No files found.
include/spdlog/common.h
View file @
e7cf25a1
...
...
@@ -81,9 +81,9 @@ typedef enum
}
level_enum
;
#if !defined(SPDLOG_LEVEL_NAMES)
#define SPDLOG_LEVEL_NAMES { "trace", "debug", "info", "warning", "error", "critical", "off" }
;
#define SPDLOG_LEVEL_NAMES { "trace", "debug", "info", "warning", "error", "critical", "off" }
#endif
static
const
char
*
level_names
[]
SPDLOG_LEVEL_NAMES
static
const
char
*
level_names
[]
SPDLOG_LEVEL_NAMES
;
static
const
char
*
short_level_names
[]
{
"T"
,
"D"
,
"I"
,
"W"
,
"E"
,
"C"
,
"O"
};
...
...
include/spdlog/tweakme.h
View file @
e7cf25a1
...
...
@@ -142,7 +142,7 @@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to
enable user defined tag names
// Uncomment to
customize level names (e.g. "MT TRACE")
//
// #define SPDLOG_LEVEL_NAMES { "
TRACE", "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", "OFF" };
// #define SPDLOG_LEVEL_NAMES { "
MY TRACE", "MY DEBUG", "MY INFO", "MY WARNING", "MY ERROR", "MY CRITICAL", "OFF" }
///////////////////////////////////////////////////////////////////////////////
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