diff --git a/src/KLogger.php b/src/KLogger.php index 583bf51..3760771 100755 --- a/src/KLogger.php +++ b/src/KLogger.php @@ -57,17 +57,17 @@ class KLogger * Current status of the log file * @var integer */ - private $_logStatus = self::STATUS_LOG_CLOSED; + private $_logStatus = self::STATUS_LOG_CLOSED; /** * Holds messages generated by the class * @var array */ - private $_messageQueue = array(); + private $_messageQueue = array(); /** * Path to the log file * @var string */ - private $_logFilePath = null; + private $_logFilePath = null; /** * Current minimum logging threshold * @var integer @@ -77,7 +77,7 @@ class KLogger * This holds the file handle for this instance's log file * @var resource */ - private $_fileHandle = null; + private $_fileHandle = null; /** * Standard messages produced by the class. Can be modified for il8n