Fix logging.hh 27/281427/6
authorSangyoon Jang <jeremy.jang@samsung.com>
Mon, 19 Sep 2022 02:26:25 +0000 (11:26 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Tue, 4 Oct 2022 02:32:47 +0000 (02:32 +0000)
commit7a8ac5217bbcc91319574665a029ef698bff033c
tree95b6a9034521dd3c5c999a893885404e4c2b5644
parent968611718069d7246b53ddafd7f20c0e53af80be
Fix logging.hh

Using singleton object in complex applications can cause problem,
for example, it can be a problem when invoked at destructor of global
object.

Change-Id: Id61bbd147f8964a762b98ed2bc3138f9a07fa8d6
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/utils/logging.hh