projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4c64e
)
Fix build error
94/295094/1
accepted/tizen/unified/20230712.040736
accepted/tizen/unified/dev/20230726.115525
author
yeji01.kim
<yeji01.kim@samsung.com>
Mon, 3 Jul 2023 02:07:02 +0000
(11:07 +0900)
committer
yeji01.kim
<yeji01.kim@samsung.com>
Mon, 3 Jul 2023 02:07:02 +0000
(11:07 +0900)
Change-Id: I45e224bd4f8bcb9323acb9fb853dea5fb0acbe36
include/klay/audit/logger.h
patch
|
blob
|
history
diff --git
a/include/klay/audit/logger.h
b/include/klay/audit/logger.h
index b45a9ee4b0c743b478a34319ecee43ad873cdeae..4d75623c07fb0f96dc9f4f322398d82594800a9e 100644
(file)
--- a/
include/klay/audit/logger.h
+++ b/
include/klay/audit/logger.h
@@
-60,7
+60,7
@@
KLAY_EXPORT LogLevel StringToLogLevel(const std::string& level);
#define KSINK nullptr
#define FORMAT(items) \
-(static_cast<std::ostringstream &>(std::ostringstream() << items)).str()
+(static_cast<std::ostringstream &>(std::ostringstream()
.flush()
<< items)).str()
#define LOG(logsink, message, level) \
do { \