\Trismegiste\Mondrian\Transform\LoggerLoggerInterface

LoggerInterface is a contract for a logger

Summary

Methods
Constants
logCallTo()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

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