BRICKOO::SetLogFilesPath  (since version 2.0)
Syntax
boolean SetLogFilesPath (  string $logsPath  )
Parameters
logsPath
The path to store the log files to.
Description
Sets the path to store the log files to.

This folder needs write access.
Return
boolean Returns true on success, false on fail.
Examples
<?php

  BRICKOO
::SetLogFilesPath('path/to/logs/directory');

?>

Last change 10/12/2009




Administration