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
b57d514b
Commit
b57d514b
authored
Mar 30, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing files
parent
f36be4d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
example.cpp
spdlite/example/example.cpp
+1
-1
default_api.h
spdlite/include/spdlite/default_api.h
+0
-0
spdlite_default_api.cpp
spdlite/src/spdlite_default_api.cpp
+1
-1
No files found.
spdlite/example/example.cpp
View file @
b57d514b
...
...
@@ -2,7 +2,7 @@
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlite/spdlite.h"
#include "spdlite/
spdlite_global
.h"
#include "spdlite/
default_api
.h"
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_TRACE
#include "spdlite/spdlite_macros.h"
...
...
spdlite/include/spdlite/
spdlite_global
.h
→
spdlite/include/spdlite/
default_api
.h
View file @
b57d514b
File moved
spdlite/src/spdlite_
global
.cpp
→
spdlite/src/spdlite_
default_api
.cpp
View file @
b57d514b
// Copyright(c) 2015-present Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlite/
spdlite_global
.h"
#include "spdlite/
default_api
.h"
spdlite
::
logger
&
spdlite
::
default_logger
()
{
...
...
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