summaryrefslogtreecommitdiff
path: root/framework/Log/ILog.php
diff options
context:
space:
mode:
authorwei <>2006-01-05 01:26:59 +0000
committerwei <>2006-01-05 01:26:59 +0000
commit98b4c565c0f85fefe5f32ba79915c9453b1df0d4 (patch)
treefc382f58563e3e4ae62b72be3681030ff6ee5158 /framework/Log/ILog.php
parent0f7ba713001879bb7cfd0ca3a84c7683ef4ce212 (diff)
Diffstat (limited to 'framework/Log/ILog.php')
-rw-r--r--framework/Log/ILog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Log/ILog.php b/framework/Log/ILog.php
index 712f8396..faeb4ff3 100644
--- a/framework/Log/ILog.php
+++ b/framework/Log/ILog.php
@@ -10,8 +10,8 @@ interface ILog
public function fatal($msg, $source='Prado', $category='core');
}
-require_once(dirname(__FILE__).'/EventLog/log.php');
-
+require_once(PRADO_DIR.'/Log/EventLog/log.php');
+require_once(PRADO_DIR.'/Log/EventLog/exceptions/writer_exception.php');
/**
* ${classname}
*