ad_rss_map_integration
Logging.hpp
Go to the documentation of this file.
1 // ----------------- BEGIN LICENSE BLOCK ---------------------------------
2 //
3 // Copyright (C) 2019-2022 Intel Corporation
4 //
5 // SPDX-License-Identifier: LGPL-2.1-only
6 //
7 // ----------------- END LICENSE BLOCK -----------------------------------
12 #pragma once
13 
14 #include <spdlog/logger.h>
15 
19 namespace ad {
23 namespace rss {
27 namespace map {
28 
29 std::shared_ptr<spdlog::logger> getLogger();
30 
31 } // namespace map
32 } // namespace rss
33 } // namespace ad
ad
namespace ad
Definition: Logging.hpp:19