LogService::SetLogPath  (since version 2.0)
Syntax
boolean SetLogPath (  string $logPath  )
Parameters
logPath
The log path to use for storage the attached log messages.
Description
Sets the log path to use for saving the log files into.

Note:
Used BRICKO SaveLogFilesPath befiore will be overweritten.
Return
boolean Returns true on success, false on fail.
Examples
<?php

 
// add the log path over the BRICKOO class
 
BRICKOO::SetLogFIlesPath('/temp/');

 
// set the log files path
 
Logservice:SetLogPath('temp/logs/');

 
// the last path will be used

?>

Last change 10/15/2009




Administration