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
9858f2e4
Commit
9858f2e4
authored
Mar 23, 2019
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed
parent
6b0bf33f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
create_lite.cpp
lite-example/create_lite.cpp
+1
-1
example.cpp
lite-example/example.cpp
+1
-1
CMakeLists.txt
lite/CMakeLists.txt
+1
-1
spdlite.cpp
lite/spdlite.cpp
+1
-1
spdlite.h
lite/spdlite.h
+0
-0
No files found.
lite-example/create_lite.cpp
View file @
9858f2e4
#include "
logger
.h"
#include "
spdlite
.h"
#include "spdlog/spdlog.h"
spdlog
::
lite
::
logger
spdlog
::
create_lite
(
void
*
ctx
)
...
...
lite-example/example.cpp
View file @
9858f2e4
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_INFO
#include "
logger
.h"
#include "
spdlite
.h"
int
main
()
{
...
...
lite/CMakeLists.txt
View file @
9858f2e4
cmake_minimum_required
(
VERSION 3.1
)
project
(
spdlog_lite
)
add_library
(
spdlog_lite
logger
.cpp
)
add_library
(
spdlog_lite
spdlite
.cpp
)
target_link_libraries
(
spdlog_lite spdlog::spdlog
)
lite/
logger
.cpp
→
lite/
spdlite
.cpp
View file @
9858f2e4
#include "
logger
.h"
#include "
spdlite
.h"
#include "spdlog/spdlog.h"
#include "spdlog/logger.h"
...
...
lite/
logger
.h
→
lite/
spdlite
.h
View file @
9858f2e4
File moved
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