The Gaudi Framework  master (594c33fa)
GaudiTesting::TestTool::Logger Struct Reference
Inheritance diagram for GaudiTesting::TestTool::Logger:
Collaboration diagram for GaudiTesting::TestTool::Logger:

Public Member Functions

void renounce ([[maybe_unused]] std::string_view tool, [[maybe_unused]] std::string_view input) override
 
- Public Member Functions inherited from RenounceToolInputsVisitor::ILogger
virtual ~ILogger ()=default
 
virtual void renounce (std::string_view tool_name, std::string_view key)=0
 

Detailed Description

Definition at line 86 of file ToolVisitorTestLib.cpp.

Member Function Documentation

◆ renounce()

void GaudiTesting::TestTool::Logger::renounce ( [[maybe_unused] ] std::string_view  tool,
[[maybe_unused] ] std::string_view  input 
)
inlineoverride

Definition at line 87 of file ToolVisitorTestLib.cpp.

87  {
88  DEBUG_TRACE( std::cout << "renounce " << tool << " . " << input << std::endl );
89  }

The documentation for this struct was generated from the following file:
bug_34121.tool
tool
Definition: bug_34121.py:18
std::cout
DEBUG_TRACE
#define DEBUG_TRACE(a)
Definition: GaudiEnv.h:28
std::endl
T endl(T... args)