]> git.mxchange.org Git - mailer.git/blob - inc/classes/interfaces/debug/class_Debugger.php
8ba621d3666cbe3eb75fa667c2e3b1857aea8652
[mailer.git] / inc / classes / interfaces / debug / class_Debugger.php
1 <?php
2 /**
3  * An interface for debugger classes
4  *
5  * @author      Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
6  * @version     0.1
7  */
8 interface Debugger extends FrameworkInterface {
9         /**
10          * Outputs the given data
11          *
12          * @param               $output Debug text for output
13          * @return      void
14          */
15         function outputStream ($output);
16 }
17
18 //
19 ?>