From 940a53f12d6aa0984608b9b59d94723658dfd409 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 3 Apr 2006 13:05:22 +0000 Subject: Added TPropelLogRoute. --- framework/Util/TLogRouter.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'framework/Util/TLogRouter.php') diff --git a/framework/Util/TLogRouter.php b/framework/Util/TLogRouter.php index bdad8649..06d70b1e 100644 --- a/framework/Util/TLogRouter.php +++ b/framework/Util/TLogRouter.php @@ -292,7 +292,13 @@ abstract class TLogRoute extends TApplicationComponent /** * Processes log messages and sends them to specific destination. * Derived child classes must implement this method. - * @param array list of messages. Each array element is a (formatted) message string. + * @param array list of messages. Each array elements represents one message + * with the following structure: + * array( + * [0] => message + * [1] => level + * [2] => category + * [3] => timestamp); */ abstract protected function processLogs($logs); } -- cgit v1.2.3