logCallTo()
logCallTo(string $callee, string $called)
Log a call from a method to a method
Parameters
string | $callee | fqcn::method that makes the invocation |
string | $called | the called fqcn::method |
LoggerInterface is a contract for a logger