UNA
|
Public Member Functions | |
__clone () | |
add ($oObject, $mixed) | |
get ($oObject, $iLines, $sFilter=false) | |
isFilterAvail () | |
isGetAvail () | |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
formatLogString ($oObject, $mixed, $bIncludeObjectName=false) | |
|
protected |
Reimplemented from BxDolFactory.
BxDolLogsStorageFolder::__clone | ( | ) |
Prevent cloning the instance
BxDolLogsStorageFolder::add | ( | $oObject, | |
$mixed ) |
Write to log
$oObject | logs object |
$mixed | string or array to log |
Reimplemented in BxDolLogsStoragePHPLog, and BxDolLogsStorageSTDErr.
BxDolLogsStorageFolder::get | ( | $oObject, | |
$iLines, | |||
$sFilter = false ) |
Get logs
$oObject | logs object |
$iLines | number of lines from the tail |
$sFilter | filter lines which include this phrase |
Reimplemented in BxDolLogsStoragePHPLog, and BxDolLogsStorageSTDErr.
|
static |
Get singleton instance of the class
Implements iBxDolSingleton.
Reimplemented in BxDolLogsStoragePHPLog, and BxDolLogsStorageSTDErr.
BxDolLogsStorageFolder::isFilterAvail | ( | ) |
Check if filtering supported in get
method
Reimplemented in BxDolLogsStoragePHPLog, and BxDolLogsStorageSTDErr.
BxDolLogsStorageFolder::isGetAvail | ( | ) |
Check if get
method available
Reimplemented in BxDolLogsStoragePHPLog, and BxDolLogsStorageSTDErr.