Methods |
public
static
|
LogEvent(string $sDesc, string $sModuleName = '')
|
#
|
public
static
|
LogObject(mixed $mObject, int $iLogLevel = LogLevel::Full, string $sFilePrefix = '')
Parameters
$iLogLevel |
= \Aurora\System\Enums\LogLevel::Full
|
$sFilePrefix |
= ''
|
|
#
|
public
static
|
LogException(Exception $mObject, int $iLogLevel = LogLevel::Error, string $sFilePrefix = '')
Parameters
$iLogLevel |
= \Aurora\System\Enums\LogLevel::Error
|
$sFilePrefix |
= ''
|
|
#
|
public
static
|
GetLogFileName(string $sFilePrefix = '', $iTimestamp = 0): string
|
#
|
public
static
|
GetLogFileDir()
|
#
|
public
static
|
SystemLogger(): Logger
|
#
|
public
static
|
Log(string $sDesc, int $iLogLevel = LogLevel::Full, string $sFilePrefix = '')
Parameters
$iLogLevel |
= \Aurora\System\Enums\LogLevel::Full
|
$sFilePrefix |
= ''
|
|
#
|
public
static
|
LogOnly(string $sDesc, string $sLogFile)
|
#
|
public
static
|
LogSql($sDesc, $iLogLevel = LogLevel::Full)
|
#
|
public
static
|
ClearLog($sFileFullPath)
|
#
|
public
static
|
RemoveSeparateLogs()
|
#
|
public
static
|
removeOldLogs()
|
#
|
public
static
|
GetLoggerGuid()
|
#
|