LCOV - code coverage report
Current view: top level - src/access - Logging.cpp (source / functions) Hit Total Coverage
Test: ad_map_access Lines: 2 2 100.0 %
Date: 2022-10-04 09:48:07 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // ----------------- BEGIN LICENSE BLOCK ---------------------------------
       2                 :            : //
       3                 :            : // Copyright (C) 2018-2021 Intel Corporation
       4                 :            : //
       5                 :            : // SPDX-License-Identifier: MIT
       6                 :            : //
       7                 :            : // ----------------- END LICENSE BLOCK -----------------------------------
       8                 :            : 
       9                 :            : #include "ad/map/access/Logging.hpp"
      10                 :            : #include "AdMapAccess.hpp"
      11                 :            : 
      12                 :            : namespace ad {
      13                 :            : namespace map {
      14                 :            : namespace access {
      15                 :            : 
      16                 :     169858 : std::shared_ptr<spdlog::logger> getLogger()
      17                 :            : {
      18                 :     169858 :   return AdMapAccess::getAdMapAccessInstance().mLogger;
      19                 :            : }
      20                 :            : 
      21                 :            : } // namespace access
      22                 :            : } // namespace map
      23                 :            : } // namespace ad

Generated by: LCOV version 1.14