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
ce8cf1e1
Commit
ce8cf1e1
authored
Dec 06, 2018
by
Jerome Meyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
3da189f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
include/spdlog/details/pattern_formatter.h
include/spdlog/details/pattern_formatter.h
+2
-3
include/spdlog/logger.h
include/spdlog/logger.h
+1
-1
No files found.
include/spdlog/details/pattern_formatter.h
View file @
ce8cf1e1
...
@@ -760,7 +760,6 @@ public:
...
@@ -760,7 +760,6 @@ public:
class
ch_formatter
final
:
public
flag_formatter
class
ch_formatter
final
:
public
flag_formatter
{
{
public:
public:
public:
explicit
ch_formatter
(
char
ch
)
explicit
ch_formatter
(
char
ch
)
:
ch_
(
ch
)
:
ch_
(
ch
)
...
@@ -825,7 +824,7 @@ public:
...
@@ -825,7 +824,7 @@ public:
}
}
};
};
// print so
ru
ce location
// print so
ur
ce location
class
source_location_formatter
final
:
public
flag_formatter
class
source_location_formatter
final
:
public
flag_formatter
{
{
public:
public:
...
@@ -854,7 +853,7 @@ public:
...
@@ -854,7 +853,7 @@ public:
}
}
}
}
};
};
// print so
ru
ce filename
// print so
ur
ce filename
class
source_filename_formatter
final
:
public
flag_formatter
class
source_filename_formatter
final
:
public
flag_formatter
{
{
public:
public:
...
...
include/spdlog/logger.h
View file @
ce8cf1e1
...
@@ -78,7 +78,7 @@ public:
...
@@ -78,7 +78,7 @@ public:
void
log
(
level
::
level_enum
lvl
,
const
wchar_t
*
fmt
,
const
Args
&
...
args
);
void
log
(
level
::
level_enum
lvl
,
const
wchar_t
*
fmt
,
const
Args
&
...
args
);
template
<
typename
...
Args
>
template
<
typename
...
Args
>
void
log
(
source_loc
so
ru
ce
,
level
::
level_enum
lvl
,
const
wchar_t
*
fmt
,
const
Args
&
...
args
);
void
log
(
source_loc
so
ur
ce
,
level
::
level_enum
lvl
,
const
wchar_t
*
fmt
,
const
Args
&
...
args
);
template
<
typename
...
Args
>
template
<
typename
...
Args
>
void
trace
(
const
wchar_t
*
fmt
,
const
Args
&
...
args
);
void
trace
(
const
wchar_t
*
fmt
,
const
Args
&
...
args
);
...
...
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