Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
f43df9d3
Commit
f43df9d3
authored
Jun 16, 2020
by
Nguyen, Thien Minh
Browse files
Code format
Signed-off-by:
Thien Nguyen
<
nguyentm@ornl.gov
>
parents
1df2b8ee
ac7b93df
Changes
1
Show whitespace changes
Inline
Side-by-side
xacc/utils/Utils.cpp
View file @
f43df9d3
...
...
@@ -184,7 +184,6 @@ XACCLogger::XACCLogger()
useCout
(
RuntimeOptions
::
instance
()
->
exists
(
"use-cout"
)),
useFile
(
RuntimeOptions
::
instance
()
->
exists
(
"use-file"
))
{
// Create a std::out logger instance
{
std
::
string
loggerName
=
"xacc-logger"
;
if
(
RuntimeOptions
::
instance
()
->
exists
(
"logger-name"
))
{
loggerName
=
(
*
RuntimeOptions
::
instance
())[
"logger-name"
];
...
...
@@ -197,7 +196,6 @@ XACCLogger::XACCLogger()
}
stdOutLogger
->
set_level
(
spdlog
::
level
::
info
);
}
}
void
XACCLogger
::
createFileLogger
()
{
...
...
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