-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
PHP Drivers
Revise the command_logger.php and sdam_logger.php examples to take a callable when constructing the subscriber implementation. The callable should be responsible for handling the subscriber output (e.g. printing). This would make it easier for users to incorporate the examples into their own code without having to replace the printf() lines.