[System.Util] element index

Package indexes

All elements
a c d e f g i l m n o p r s t _
_
top
$_levelNames
TLogRoute::$_levelNames in TLogRouter.php
$_levelValues
TLogRoute::$_levelValues in TLogRouter.php
$_month_leaf
TDateTimeStamp::$_month_leaf in TDateTimeStamp.php
$_month_normal
TDateTimeStamp::$_month_normal in TDateTimeStamp.php
_getDateInternal
Low-level function that returns the getdate() array. We have a special $fast flag, which if set to true, will return fewer array values, and is much faster as it does not calculate dow, etc.
__construct
TSimpleDateFormatter::__construct() in TSimpleDateFormatter.php
Constructor, create a new date time formatter.
__destruct
TDbLogRoute::__destruct() in TLogRouter.php
Destructor.
a
top
ADODB_NO_NEGATIVE_TS
ADODB_NO_NEGATIVE_TS in TDateTimeStamp.php
FATAL
TLogger::FATAL in TLogger.php
PARAM_FILE_EXT
TParameterModule::PARAM_FILE_EXT in TParameterModule.php
WARNING
TLogger::WARNING in TLogger.php
c
top
collectLogs
TLogRouter::collectLogs() in TLogRouter.php
Collects log messages from a logger.
collectLogs
TLogRoute::collectLogs() in TLogRouter.php
Retrieves log messages from logger to log route specific destination.
createDbConnection
Creates the DB connection.
createDbTable
Creates the DB table for storing log messages.
d
top
digitCheck
TDateTimeStamp::digitCheck() in TDateTimeStamp.php
Fix 2-digit years. Works for any century.
dump
TVarDumper::dump() in TVarDumper.php
Converts a variable into a string representation.
e
top
DEBUG
TLogger::DEBUG in TLogger.php
Log levels.
DEFAULT_SUBJECT
Default email subject.
f
top
format
TSimpleDateFormatter::format() in TSimpleDateFormatter.php
Format the date according to the pattern.
formatDate
TDateTimeStamp::formatDate() in TDateTimeStamp.php
formatLogMessage
Formats a log message given different fields.
g
top
get4DigitYear
TDateTimeStamp::get4DigitYear() in TDateTimeStamp.php
getAutoCreateLogTable
getCategories
TLogRoute::getCategories() in TLogRouter.php
getCharset
TSimpleDateFormatter::getCharset() in TSimpleDateFormatter.php
getColorLevel
getConfigFile
TLogRouter::getConfigFile() in TLogRouter.php
getConnectionID
getDataFieldValue
TDataFieldAccessor::getDataFieldValue() in TDataFieldAccessor.php
Evaluates the data value at the specified field.
getDate
TDateTimeStamp::getDate() in TDateTimeStamp.php
getDayMonthYearOrdering
getDayofWeek
TDateTimeStamp::getDayofWeek() in TDateTimeStamp.php
Gets day of week, 0 = Sunday,... 6=Saturday.
getDayPattern
TSimpleDateFormatter::getDayPattern() in TSimpleDateFormatter.php
getDbConnection
getEmails
TEmailLogRoute::getEmails() in TLogRouter.php
getFirebugLoggingFunction
getGMTDiff
TDateTimeStamp::getGMTDiff() in TDateTimeStamp.php
getLevelName
TLogRoute::getLevelName() in TLogRouter.php
getLevels
TLogRoute::getLevels() in TLogRouter.php
getLevelValue
TLogRoute::getLevelValue() in TLogRouter.php
getLogFile
TFileLogRoute::getLogFile() in TLogRouter.php
getLogPath
TFileLogRoute::getLogPath() in TLogRouter.php
getLogs
TLogger::getLogs() in TLogger.php
Retrieves log messages.
getLogTableName
getMaxFileSize
getMaxLogFiles
getMonthPattern
TSimpleDateFormatter::getMonthPattern() in TSimpleDateFormatter.php
getParameterFile
TParameterModule::getParameterFile() in TParameterModule.php
getPattern
TSimpleDateFormatter::getPattern() in TSimpleDateFormatter.php
getSentFrom
getSubject
getTimeStamp
TDateTimeStamp::getTimeStamp() in TDateTimeStamp.php
Not a very fast algorithm - O(n) operation. Could be optimized to O(1).
getYearPattern
TSimpleDateFormatter::getYearPattern() in TSimpleDateFormatter.php
i
top
init
TLogRouter::init() in TLogRouter.php
Initializes this module.
init
TParameterModule::init() in TParameterModule.php
Initializes the module by loading parameters.
init
TLogRoute::init() in TLogRouter.php
Initializes the route.
init
TEmailLogRoute::init() in TLogRouter.php
Initializes the route.
init
TDbLogRoute::init() in TLogRouter.php
Initializes this module.
isLeapYear
TDateTimeStamp::isLeapYear() in TDateTimeStamp.php
Checks for leap year, returns true if it is. No 2-digit year check. Also handles julian calendar correctly.
isValidDate
TSimpleDateFormatter::isValidDate() in TSimpleDateFormatter.php
isValidDate
TDateTimeStamp::isValidDate() in TDateTimeStamp.php
l
top
ALERT
TLogger::ALERT in TLogger.php
loadParameters
TParameterModule::loadParameters() in TParameterModule.php
Loads parameters into application.
log
TLogger::log() in TLogger.php
Logs a message.
m
top
EMAIL_PATTERN
Regex pattern for email address.
n
top
INFO
TLogger::INFO in TLogger.php
o
top
CONFIG_FILE_EXT
TLogRouter::CONFIG_FILE_EXT in TLogRouter.php
File extension of external configuration file
NOTICE
TLogger::NOTICE in TLogger.php
p
top
parse
TSimpleDateFormatter::parse() in TSimpleDateFormatter.php
Parse the string according to the pattern.
processLogs
TLogRoute::processLogs() in TLogRouter.php
Processes log messages and sends them to specific destination.
processLogs
Saves log messages in files.
processLogs
Sends log messages to specified email addresses.
processLogs
TDbLogRoute::processLogs() in TLogRouter.php
Stores log messages into database.
processLogs
r
top
ERROR
TLogger::ERROR in TLogger.php
renderFooter
renderFooter
renderHeader
renderHeader
renderMessage
renderMessage
rotateFiles
Rotates log files.
s
top
setAutoCreateLogTable
setCategories
TLogRoute::setCategories() in TLogRouter.php
setCharset
TSimpleDateFormatter::setCharset() in TSimpleDateFormatter.php
setConfigFile
TLogRouter::setConfigFile() in TLogRouter.php
setConnectionID
Sets the ID of a TDataSourceConfig module.
setEmails
TEmailLogRoute::setEmails() in TLogRouter.php
setLevels
TLogRoute::setLevels() in TLogRouter.php
setLogFile
TFileLogRoute::setLogFile() in TLogRouter.php
setLogPath
TFileLogRoute::setLogPath() in TLogRouter.php
setLogTableName
Sets the name of the DB table to store log content.
setMaxFileSize
setMaxLogFiles
setParameterFile
TParameterModule::setParameterFile() in TParameterModule.php
setPattern
TSimpleDateFormatter::setPattern() in TSimpleDateFormatter.php
setSentFrom
setSubject
t
top
TBrowserLogRoute
TBrowserLogRoute in TLogRouter.php
TBrowserLogRoute class.
TDataFieldAccessor
TDataFieldAccessor in TDataFieldAccessor.php
TDataFieldAccessor class
TDateTimeStamp
TDateTimeStamp in TDateTimeStamp.php
TDateTimeStamp Class
TDbLogRoute
TDbLogRoute in TLogRouter.php
TDbLogRoute class
TEmailLogRoute
TEmailLogRoute in TLogRouter.php
TEmailLogRoute class.
TFileLogRoute
TFileLogRoute in TLogRouter.php
TFileLogRoute class.
TFirebugLogRoute
TFirebugLogRoute in TLogRouter.php
TFirebugLogRoute class.
TLogger
TLogger in TLogger.php
TLogger class.
TLogRoute
TLogRoute in TLogRouter.php
TLogRoute class.
TLogRouter
TLogRouter in TLogRouter.php
TLogRouter class.
TParameterModule
TParameterModule in TParameterModule.php
TParameterModule class
TSimpleDateFormatter
TSimpleDateFormatter in TSimpleDateFormatter.php
TSimpleDateFormatter class.
TVarDumper
TVarDumper in TVarDumper.php
TVarDumper class.
TDataFieldAccessor.php
TDataFieldAccessor.php in TDataFieldAccessor.php
TDateTimeStamp.php
TDateTimeStamp.php in TDateTimeStamp.php
TLogger.php
TLogger.php in TLogger.php
TLogRouter.php
TLogRouter.php in TLogRouter.php
TParameterModule.php
TParameterModule.php in TParameterModule.php
TSimpleDateFormatter.php
TSimpleDateFormatter.php in TSimpleDateFormatter.php
TVarDumper.php
TVarDumper.php in TVarDumper.php
a c d e f g i l m n o p r s t _