Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
183dc4bc
Commit
183dc4bc
authored
Jan 28, 2015
by
Davis King
Browse files
Made logger constructor take a std::string instead of char*
parent
4b289437
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dlib/logger/logger_kernel_1.cpp
dlib/logger/logger_kernel_1.cpp
+1
-1
dlib/logger/logger_kernel_1.h
dlib/logger/logger_kernel_1.h
+1
-1
dlib/logger/logger_kernel_abstract.h
dlib/logger/logger_kernel_abstract.h
+1
-1
No files found.
dlib/logger/logger_kernel_1.cpp
View file @
183dc4bc
...
...
@@ -432,7 +432,7 @@ namespace dlib
logger
::
logger
(
const
char
*
name_
const
std
::
string
&
name_
)
:
gd
(
get_global_data
()),
logger_name
(
name_
),
...
...
dlib/logger/logger_kernel_1.h
View file @
183dc4bc
...
...
@@ -227,7 +227,7 @@ namespace dlib
const
uint64
,
const
char
*>
hook_mfp
;
logger
(
const
char
*
name_
const
std
::
string
&
name_
);
virtual
~
logger
(
...
...
dlib/logger/logger_kernel_abstract.h
View file @
183dc4bc
...
...
@@ -211,7 +211,7 @@ namespace dlib
public:
logger
(
const
char
*
name_
const
std
::
string
&
name_
);
/*!
requires
...
...
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