From c6c75cb42c3e7761b16b61ee3d0d50da50718fa6 Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 7 Jan 2005 11:53:07 +0000 Subject: [PATCH] Rename the legacy Log class to KTLegacyLog --- lib/Log.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Log.inc b/lib/Log.inc index 6fc7d27..718db64 100644 --- a/lib/Log.inc +++ b/lib/Log.inc @@ -29,7 +29,7 @@ define("ERROR", 2); * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa * @package lib */ -class Log { +class KTLegacyLog { /** * The minimum logging level- log everything with * this error level and higher @@ -53,7 +53,7 @@ class Log { * @param int the desired level to log at * @param string log file name prefix */ - function Log($logDirectory, $logLevel = INFO, $sLogFilePrefix = "log") { + function KTLegacyLog($logDirectory, $logLevel = INFO, $sLogFilePrefix = "log") { $this->logDirectory = $logDirectory; $this->minimumLoggingLevel = $logLevel; $this->sLogFilePrefix = $sLogFilePrefix; -- libgit2 0.21.4