ATLAS Offline Software
|
#include "ActsInterop/Logger.h"
#include "ActsInterop/LoggerUtils.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/CommonMessaging.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "Acts/Utilities/Logger.hpp"
#include <optional>
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
std::unique_ptr< const Acts::Logger > | makeActsAthenaLogger (IMessageSvc *svc, const std::string &name, int level, std::optional< std::string > parent_name) |
std::unique_ptr< const Acts::Logger > | makeActsAthenaLogger (const CommonMessagingBase *parent, const std::string &name) |
std::unique_ptr< const Acts::Logger > | makeActsAthenaLogger (const CommonMessagingBase *parent, const std::string &name, std::optional< std::string > parent_name) |
std::unique_ptr< const Acts::Logger > | makeActsAthenaLogger (const CommonMessagingBase *parent, const std::string &name, const std::string &parent_name) |
std::unique_ptr<const Acts::Logger> makeActsAthenaLogger | ( | const CommonMessagingBase * | parent, |
const std::string & | name | ||
) |
Definition at line 81 of file Tracking/Acts/ActsInterop/src/Logger.cxx.
std::unique_ptr<const Acts::Logger> makeActsAthenaLogger | ( | const CommonMessagingBase * | parent, |
const std::string & | name, | ||
const std::string & | parent_name | ||
) |
Definition at line 106 of file Tracking/Acts/ActsInterop/src/Logger.cxx.
std::unique_ptr<const Acts::Logger> makeActsAthenaLogger | ( | const CommonMessagingBase * | parent, |
const std::string & | name, | ||
std::optional< std::string > | parent_name | ||
) |
Definition at line 95 of file Tracking/Acts/ActsInterop/src/Logger.cxx.
std::unique_ptr<const Acts::Logger> makeActsAthenaLogger | ( | IMessageSvc * | svc, |
const std::string & | name, | ||
int | level, | ||
std::optional< std::string > | parent_name | ||
) |
Definition at line 64 of file Tracking/Acts/ActsInterop/src/Logger.cxx.