";
- foreach(self::$_levelValues as $name => $level)
- {
- $string .= "getColorLevel($level);
- $string .= ";margin: 0.5em;\">".strtoupper($name)."";
- }
- $string .= " |
";
- return $string;
- }
-}
-?>
\ No newline at end of file
diff --git a/framework/Log/TLogger.php b/framework/Log/TLogger.php
deleted file mode 100644
index 2eff5568..00000000
--- a/framework/Log/TLogger.php
+++ /dev/null
@@ -1,130 +0,0 @@
-
- * @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
- * @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
- * @package System.Log
- */
-
-/**
- * TLogger class.
- *
- * TLogger records log messages in memory and implements the methods to
- * retrieve the messages with filter conditions, including log levels and
- * log categories.
- *
- * @author Qiang Xue