Methods |
public
static
|
NewInstance(): Logger
|
#
|
public
static
|
SingletonInstance(): Logger
|
#
|
public
static
|
Guid(): string
|
#
|
public
|
Ping(): bool
|
#
|
public
|
IsEnabled(): bool
|
#
|
public
|
AddSecret(string $sWord): bool
|
#
|
public
|
SetShowSecter(bool $bShow): Logger
|
#
|
public
|
HideErrorNotices(bool $bValue): Logger
|
#
|
public
|
IsShowSecter(): bool
|
#
|
public
|
AddForbiddenType(int $iType): Logger
|
#
|
public
|
RemoveForbiddenType(int $iType): Logger
|
#
|
public
|
__phpErrorHandler(int $iErrNo, string $sErrStr, string $sErrFile, int $iErrLine): bool
|
#
|
public
|
__loggerShutDown(): void
|
#
|
public
|
WriteEmptyLine(): bool
|
#
|
public
|
Write(string $sDesc, int $iType = Type::INFO, string $sName = '', bool $bSearchWords = false): bool
Parameters
$iType |
= \MailSo\Log\Enumerations\Type::INFO
|
$sName |
= ''
|
$bSearchWords |
= false
|
|
#
|
public
|
WriteDump(mixed $oValue, int $iType = Type::INFO, string $sName = '', bool $bSearchSecretWords = false): bool
Parameters
$iType |
= \MailSo\Log\Enumerations\Type::INFO
|
$sName |
= ''
|
$bSearchSecretWords |
= false
|
|
#
|
public
|
WriteException(
Exception $oException,
int $iType = Type::NOTICE,
string $sName = '',
bool $bSearchSecretWords = true,
): bool
Parameters
$iType |
= \MailSo\Log\Enumerations\Type::NOTICE
|
$sName |
= ''
|
$bSearchSecretWords |
= true
|
|
#
|
public
|
WriteMixed(mixed $mData, int $iType = null, string $sName = '', bool $bSearchSecretWords = true): bool
Parameters
$iType |
= \MailSo\Log\Enumerations\Type::NOTICE
|
$sName |
= ''
|
$bSearchSecretWords |
= true
|
|
#
|