19 require_once(BASE.
"wcmf/lib/output/class.OutputStrategy.php");
20 require_once(BASE.
"wcmf/lib/util/class.Log.php");
OutputStrategy is used to write an object's content to a destination (called 'document') using a spec...
info($message, $category)
This OutputStrategy outputs an object's content to the Log category DefaultOutputStrategy. Classes used must implement the toString() method.