예제 #1
0
파일: KLogger.php 프로젝트: JodiWarren/hms
 /**
  * Sets the date format used by all __instances of KLogger
  * 
  * @param string $dateFormat Valid format string for date()
  */
 public static function setDateFormat($dateFormat)
 {
     self::$__dateFormat = $dateFormat;
 }