summaryrefslogtreecommitdiff
path: root/framework/Util
diff options
context:
space:
mode:
authorxue <>2006-04-03 13:25:29 +0000
committerxue <>2006-04-03 13:25:29 +0000
commite35934d2e5d3744a4405b87bb1a7b8730942cc14 (patch)
tree066d76488db39ceb5ca5de27c32e1d6c4205c9ac /framework/Util
parent940a53f12d6aa0984608b9b59d94723658dfd409 (diff)
Modified storage type of timestamp.
Diffstat (limited to 'framework/Util')
-rw-r--r--framework/Util/TLogger.php2
-rw-r--r--framework/Util/TPropelLogRoute.php4
2 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TLogger.php b/framework/Util/TLogger.php
index 632c46f1..59c00e4d 100644
--- a/framework/Util/TLogger.php
+++ b/framework/Util/TLogger.php
@@ -81,7 +81,7 @@ class TLogger extends TComponent
* [0] => message
* [1] => level
* [2] => category
- * [3] => timestamp);
+ * [3] => timestamp (by microtime(), float number));
*/
public function getLogs($levels=null,$categories=null)
{
diff --git a/framework/Util/TPropelLogRoute.php b/framework/Util/TPropelLogRoute.php
index 2ebbc561..5b3e45ed 100644
--- a/framework/Util/TPropelLogRoute.php
+++ b/framework/Util/TPropelLogRoute.php
@@ -45,7 +45,9 @@
* size="2048" />
* <column
* name="Time"
- * type="TIMESTAMP"/>
+ * type="FLOAT"
+ * size="6"
+ * scale="6" />
* </table>
* </code>
*