Refactor of logging code to suport multiple log engines

This commit is contained in:
2011-04-24 10:37:15 +01:00
parent ab127e93e8
commit e1cb31e5ca
11 changed files with 450 additions and 139 deletions

View File

@@ -1,5 +1,15 @@
<?php
/**
* Sihnon Framework Library path
*
* Specifies the absolute or relative path to the Sihnon Framework library directory, relative to the webui root directory.
* Path must end with a trailing slash.
*
* @var string
*/
define('SihnonFramework_Lib', '../../sihnon-php/lib/source/lib/');
/**
* Sihnon Library path
*
@@ -8,7 +18,8 @@
*
* @var string
*/
define('Sihnon_Lib', '../lib/');
define('Sihnon_Lib', '/home/ben/projects/handbrake-cluster-webui/lib/');
/**
* Sihnon Database Support