MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / StdCoutLogger

Method StdCoutLogger

src/loggers/bt_cout_logger.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6StdCoutLogger::StdCoutLogger(const BT::Tree& tree) : StatusChangeLogger(tree.rootNode())
7{}
8StdCoutLogger::~StdCoutLogger() = default;
9
10void StdCoutLogger::callback(Duration timestamp, const TreeNode& node,

Callers

nothing calls this directly

Calls 1

rootNodeMethod · 0.80

Tested by

no test coverage detected