ad_map_access
Logging.hpp
Go to the documentation of this file.
1 // ----------------- BEGIN LICENSE BLOCK ---------------------------------
2 //
3 // Copyright (C) 2018-2021 Intel Corporation
4 //
5 // SPDX-License-Identifier: MIT
6 //
7 // ----------------- END LICENSE BLOCK -----------------------------------
12 #pragma once
13 
14 #include <spdlog/logger.h>
15 
17 namespace ad {
19 namespace map {
21 namespace access {
22 
27 std::shared_ptr<spdlog::logger> getLogger();
28 
29 } // namespace access
30 } // namespace map
31 } // namespace ad
ad
namespace ad
Definition: GeometryStoreItem.hpp:28
ad::map::access::getLogger
std::shared_ptr< spdlog::logger > getLogger()
get the admap logger