[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include(PLOG_CLASS_PATH."class/logger/appender/appender.class.php"); 4 5 /** 6 * Dummy appender that does nothing. 7 * 8 * \ingroup logger 9 */ 10 class NullAppender extends Appender 11 { 12 /** 13 * This method does nothing since this is a dummy appender anyway! 14 */ 15 function write ($message) 16 { 17 return( true ); 18 } 19 } 20 21 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |