FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
base class for fossology integration. More...
Public Member Functions | |
__construct ($sourcePath, $logPath=NULL) | |
Public Attributes | |
$srcPath | |
$logPath | |
Protected Member Functions | |
log ($message) | |
log a message in a file More... | |
Protected Attributes | |
$LOGFD | |
base class for fossology integration.
This class holds properties that extenders of this class should use, such as srcPath or logPath.
string | $sourcePath | The fully qualified path to the fossology sources. If no source path is supplied, the current working directory will be used. This may or may not work for the caller, but is better than failing. Operating in this way should allow the code to run standalone or in Jenkins. |
string | $logPath | The fully qualified path to the log file. The default is to use the current working directory. If the the logfile cannot be opened an expection is thrown. |
Created on Aug 11, 2011 by Mark Donohoe
Definition at line 32 of file fo_integration.php.
|
protected |
log a message in a file
string | $message | The message to log. |
Definition at line 78 of file fo_integration.php.