top
| ||
| $aai | in file LoggerCategory.php, variable LoggerCategory::$aai | |
| $additive | in file LoggerCategory.php, variable LoggerCategory::$additive | |
| activateOptions | in file LoggerAppenderFile.php, method LoggerAppenderFile::activateOptions() If the value of File is not null, then setFile(java.lang.String) is called with the values of File and Append properties. | |
| activateOptions | in file LoggerLayoutSimple.php, method LoggerLayoutSimple::activateOptions() | |
| activateOptions | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::activateOptions() No options to activate. | |
| activateOptions | in file LoggerXmlLayout.php, method LoggerXmlLayout::activateOptions() No options to activate. | |
| activateOptions | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::activateOptions() | |
| activateOptions | in file LoggerAppenderPhp.php, method LoggerAppenderPhp::activateOptions() | |
| activateOptions | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::activateOptions() create a socket connection using defined parameters | |
| activateOptions | in file LoggerAppenderSyslog.php, method LoggerAppenderSyslog::activateOptions() | |
| activateOptions | in file LoggerLayout.php, method LoggerLayout::activateOptions() | |
| addAppender | in file LoggerCategory.php, method LoggerCategory::addAppender() Add newAppender to the list of appenders of this Category instance. | |
| addFilter | in file LoggerAppender.php, method LoggerAppender::addFilter() Add a filter to the end of the filter list. | |
| addHierarchyEventListener | in file LoggerHierarchy.php, method LoggerHierarchy::addHierarchyEventListener() Add a HierarchyEventListener event to the repository. | |
| addRenderer | in file LoggerHierarchy.php, method LoggerHierarchy::addRenderer() Add an object renderer for a specific class. | |
| assertLog | in file LoggerCategory.php, method LoggerCategory::assertLog() If assertion parameter is false, then logs msg as an error statement. | |
top
| ||
| $categoryPrefixing | in file LoggerLayoutTTCC.php, variable LoggerLayoutTTCC::$categoryPrefixing | |
| $closed | in file LoggerAppender.php, variable LoggerAppender::$closed | |
| $contextPrinting | in file LoggerLayoutTTCC.php, variable LoggerLayoutTTCC::$contextPrinting | |
| callAppenders | in file LoggerCategory.php, method LoggerCategory::callAppenders() Call the appenders in the hierrachy starting at this. | |
| clear | in file LoggerHierarchy.php, method LoggerHierarchy::clear() This call will clear all logger definitions from the internal hashtable. | |
| clearFilters | in file LoggerAppender.php, method LoggerAppender::clearFilters() Clear the list of filters by removing all the filters in it. | |
| close | in file LoggerAppenderSyslog.php, method LoggerAppenderSyslog::close() | |
| close | in file LoggerAppenderPhp.php, method LoggerAppenderPhp::close() | |
| close | in file LoggerAppenderFile.php, method LoggerAppenderFile::close() | |
| close | in file LoggerAppender.php, method LoggerAppender::close() Release any resources allocated. | |
| close | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::close() | |
| close | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::close() | |
| closeFile | in file LoggerAppenderFile.php, method LoggerAppenderFile::closeFile() Closes the previously opened file. | |
| closeFile | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::closeFile() Closes the previously opened file. | |
top
| ||
| $dateFormat | in file LoggerLayoutTTCC.php, variable LoggerLayoutTTCC::$dateFormat | |
| $debug | in file LoggerHierarchy.php, variable LoggerHierarchy::$debug | |
| $defaultFactory | in file LoggerHierarchy.php, variable LoggerHierarchy::$defaultFactory | |
| debug | in file LoggerCategory.php, method LoggerCategory::debug() Log a message object with the DEBUG level including the caller. | |
| doAppend | in file LoggerAppenderSyslog.php, method LoggerAppenderSyslog::doAppend() syslog a LoggerEvent | |
| doAppend | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::doAppend() Appends a LoggerEvent | |
| doAppend | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::doAppend() | |
| doAppend | in file LoggerAppenderFile.php, method LoggerAppenderFile::doAppend() | |
| doAppend | in file LoggerAppenderPhp.php, method LoggerAppenderPhp::doAppend() trig a LoggerEvent | |
| doAppend | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::doAppend() | |
| doAppend | in file LoggerAppender.php, method LoggerAppender::doAppend() Log in Appender specific way. | |
top
| ||
| $emittedNoAppenderWarning | in file LoggerHierarchy.php, variable LoggerHierarchy::$emittedNoAppenderWarning | |
| $emittedNoResourceBundleWarning | in file LoggerHierarchy.php, variable LoggerHierarchy::$emittedNoResourceBundleWarning | |
| $errorHandler | in file LoggerAppender.php, variable LoggerAppender::$errorHandler | |
| emitNoAppenderWarning | in file LoggerHierarchy.php, method LoggerHierarchy::emitNoAppenderWarning() | |
| error | in file LoggerCategory.php, method LoggerCategory::error() Log a message object with the LOGGER_LEVEL_ERROR level including the caller. | |
| exists | in file LoggerManager.php, method LoggerManager::exists() check if a given logger exists | |
| exists | in file LoggerHierarchy.php, method LoggerHierarchy::exists() Check if the named logger exists in the hierarchy. | |
| exists | in file LoggerCategory.php, method LoggerCategory::exists() Deprecated. | |
top
| ||
| $fileAppend | in file LoggerAppenderFile.php, variable LoggerAppenderFile::$fileAppend | |
| $fileName | in file LoggerAppenderFile.php, variable LoggerAppenderFile::$fileName | |
| $filters | in file LoggerAppender.php, variable LoggerAppender::$filters | |
| $fp | in file LoggerAppenderFile.php, variable LoggerAppenderFile::$fp | |
| $fp | in file LoggerAppenderConsole.php, variable LoggerAppenderConsole::$fp | |
| $fqcn | in file LoggerCategory.php, variable LoggerCategory::$fqcn | |
| $fqnOfCategoryClass | in file LoggerEvent.php, variable LoggerEvent::$fqnOfCategoryClass | |
| factory | in file LoggerAppender.php, method LoggerAppender::factory() Factory | |
| factory | in file LoggerLayout.php, method LoggerLayout::factory() | |
| fatal | in file LoggerCategory.php, method LoggerCategory::fatal() Log a message object with the LOGGER_LEVEL_FATAL level including the caller. | |
| fireAddAppenderEvent | in file LoggerHierarchy.php, method LoggerHierarchy::fireAddAppenderEvent() | |
| forcedLog | in file LoggerCategory.php, method LoggerCategory::forcedLog() This method creates a new logging event and logs the event without further checks. | |
| format | in file LoggerXmlLayout.php, method LoggerXmlLayout::format() Formats a LoggerEvent in conformance with the log4j.dtd. | |
| format | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::format() In addition to the level of the statement and message, the | |
| format | in file LoggerLayoutSimple.php, method LoggerLayoutSimple::format() Returns the log statement in a format consisting of the , followed by " - " and then the . | |
| format | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::format() | |
| format | in file LoggerLayout.php, method LoggerLayout::format() Override this method to create your own layout format. | |
top
| ||
| getAdditivity | in file LoggerCategory.php, method LoggerCategory::getAdditivity() Get the additivity flag for this Category instance. | |
| getAllAppenders | in file LoggerCategory.php, method LoggerCategory::getAllAppenders() Get the appenders contained in this category as an Enumeration. | |
| getAppend | in file LoggerAppenderFile.php, method LoggerAppenderFile::getAppend() Returns the value of the Append option. | |
| getAppend | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::getAppend() Returns the value of the Append option. | |
| getAppender | in file LoggerCategory.php, method LoggerCategory::getAppender() Look for the appender named as name. | |
| getCategoryPrefixing | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::getCategoryPrefixing() Returns value of the CategoryPrefixing option. | |
| getChainedLevel | in file LoggerRoot.php, method LoggerRoot::getChainedLevel() | |
| getChainedPriority | in file LoggerCategory.php, method LoggerCategory::getChainedPriority() Please use the the getEffectiveLevel() method instead. | |
| getContentType | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::getContentType() Returns the content type output by this layout, i.e "text/html". | |
| getContentType | in file LoggerLayout.php, method LoggerLayout::getContentType() Returns the content type output by this layout. | |
| getContextPrinting | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::getContextPrinting() Returns value of the ContextPrinting option. | |
| getCurrentCategories | in file LoggerCategory.php, method LoggerCategory::getCurrentCategories() Please use LogManager::getCurrentLoggers() instead. | |
| getCurrentCategories | in file LoggerHierarchy.php, method LoggerHierarchy::getCurrentCategories() | |
| getCurrentLoggers | in file LoggerManager.php, method LoggerManager::getCurrentLoggers() returns an array this whole Logger instances | |
| getCurrentLoggers | in file LoggerHierarchy.php, method LoggerHierarchy::getCurrentLoggers() Returns all the currently defined categories in this hierarchy as an Enumeration. | |
| getDateFormat | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::getDateFormat() | |
| getDefaultHierarchy | in file LoggerCategory.php, method LoggerCategory::getDefaultHierarchy() Please use LogManager::getLoggerRepository() instead. | |
| getEffectiveLevel | in file LoggerCategory.php, method LoggerCategory::getEffectiveLevel() Starting from this category, search the category hierarchy for a non-null level and return it. | |
| getErrorHandler | in file LoggerAppender.php, method LoggerAppender::getErrorHandler() Returns the ErrorHandler for this appender. | |
| getFile | in file LoggerAppenderFile.php, method LoggerAppenderFile::getFile() Returns the value of the File option. | |
| getFilter | in file LoggerAppender.php, method LoggerAppender::getFilter() Returns the head Filter. | |
| getFooter | in file LoggerLayout.php, method LoggerLayout::getFooter() Returns the footer for the layout format. | |
| getFooter | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::getFooter() Returns the appropriate HTML footers. | |
| getHeader | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::getHeader() Returns appropriate HTML headers. | |
| getHeader | in file LoggerLayout.php, method LoggerLayout::getHeader() Returns the header for the layout format. | |
| getHierarchy | in file LoggerCategory.php, method LoggerCategory::getHierarchy() Please use getLoggerRepository() instead. | |
| getHostname | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::getHostname() Get the value of the BufferedIO option. | |
| getInstance | in file LoggerCategory.php, method LoggerCategory::getInstance() Retrieve a category with named as the name parameter. | |
| getLayout | in file LoggerAppender.php, method LoggerAppender::getLayout() Returns this appender layout. | |
| getLevel | in file LoggerCategory.php, method LoggerCategory::getLevel() Returns the assigned Level, if any, for this Category. | |
| getLevel | in file LoggerEvent.php, method LoggerEvent::getLevel() | |
| getLocationInfo | in file LoggerXmlLayout.php, method LoggerXmlLayout::getLocationInfo() Returns the current value of the LocationInfo option. | |
| getLocationInformation | in file LoggerEvent.php, method LoggerEvent::getLocationInformation() get the location information for this logging event. | |
| getLogger | in file LoggerManager.php, method LoggerManager::getLogger() returns the specified Logger | |
| getLogger | in file Logger.php, method Logger::getLogger() Get a Logger by name (Delegate to LoggerManager) | |
| getLogger | in file LoggerHierarchy.php, method LoggerHierarchy::getLogger() Return a new logger instance named as the first parameter using the default factory. | |
| getLoggerName | in file LoggerEvent.php, method LoggerEvent::getLoggerName() | |
| getLoggerRepository | in file LoggerCategory.php, method LoggerCategory::getLoggerRepository() Return the the LoggerRepository where this Category is attached. | |
| getLoggerRepository | in file LoggerManager.php, method LoggerManager::getLoggerRepository() returns the LoggerHierarchy object | |
| getMaxBackupIndex | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::getMaxBackupIndex() Returns the value of the MaxBackupIndex option. | |
| getMaximumFileSize | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::getMaximumFileSize() Get the maximum size that the output file is allowed to reach | |
| getMessage | in file LoggerEvent.php, method LoggerEvent::getMessage() | |
| getName | in file LoggerCategory.php, method LoggerCategory::getName() Return the category name. | |
| getName | in file LoggerAppender.php, method LoggerAppender::getName() Get the name of this appender. | |
| getParent | in file LoggerCategory.php, method LoggerCategory::getParent() Returns the parent of this category. | |
| getParser | in file LoggerHierarchy.php, method LoggerHierarchy::getParser() | |
| getPort | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::getPort() Get the size of the IO buffer. | |
| getPriority | in file LoggerCategory.php, method LoggerCategory::getPriority() | |
| getRenderedMessage | in file LoggerEvent.php, method LoggerEvent::getRenderedMessage() | |
| getRendererMap | in file LoggerHierarchy.php, method LoggerHierarchy::getRendererMap() Get the renderer map for this hierarchy. | |
| getResourceBundle | in file LoggerCategory.php, method LoggerCategory::getResourceBundle() Return the inherited ResourceBundle for this category. | |
| getResourceBundleString | in file LoggerCategory.php, method LoggerCategory::getResourceBundleString() Returns the string resource coresponding to key in this category's inherited resource bundle. | |
| getRoot | in file LoggerCategory.php, method LoggerCategory::getRoot() Return the root of the default category hierrachy. | |
| getRootLogger | in file Logger.php, method Logger::getRootLogger() get the Root Logger (Delegate to LoggerManager) | |
| getRootLogger | in file LoggerManager.php, method LoggerManager::getRootLogger() returns the root logger | |
| getRootLogger | in file LoggerHierarchy.php, method LoggerHierarchy::getRootLogger() Get the root of this hierarchy. | |
| getTarget | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::getTarget() Returns the current value of the Target property. | |
| getThreadName | in file LoggerEvent.php, method LoggerEvent::getThreadName() output script pid | |
| getThreadPrinting | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::getThreadPrinting() Returns value of the ThreadPrinting option. | |
| getThreshold | in file LoggerHierarchy.php, method LoggerHierarchy::getThreshold() Returns a Level representation of the enable state. | |
| getTitle | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::getTitle() Returns the current value of the Title option. | |
top
| ||
| $headFilter | in file LoggerAppender.php, variable LoggerAppender::$headFilter | |
| $hostname | in file LoggerAppenderSocket.php, variable LoggerAppenderSocket::$hostname on how to define an hostname see http://php.net/fsockopen | |
| $ht | in file LoggerHierarchy.php, variable LoggerHierarchy::$ht | |
top
| ||
| ignoresThrowable | in file LoggerXmlLayout.php, method LoggerXmlLayout::ignoresThrowable() The XMLLayout prints and does not ignore exceptions. | |
| ignoresThrowable | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::ignoresThrowable() | |
| info | in file LoggerCategory.php, method LoggerCategory::info() Log a message object with the LOGGER_LEVEL_INFO Level. | |
| isAttached | in file LoggerCategory.php, method LoggerCategory::isAttached() Is the appender passed as parameter attached to this category? | |
| isDebugEnabled | in file LoggerCategory.php, method LoggerCategory::isDebugEnabled() Check whether this category is enabled for the LOGGER_LEVEL_DEBUG Level. | |
| isDisabled | in file LoggerHierarchy.php, method LoggerHierarchy::isDisabled() This method will return true if this repository is disabled for level object passed as parameter and false otherwise. | |
| isEnabledFor | in file LoggerCategory.php, method LoggerCategory::isEnabledFor() Check whether this category is enabled for a given Level passed as parameter. | |
| isInfoEnabled | in file LoggerCategory.php, method LoggerCategory::isInfoEnabled() Check whether this category is enabled for the info Level. | |
| isLevel | in file LoggerLevel.php, method LoggerLevel::isLevel() check if $level is a valid level | |
top
| ||
| $layout | in file LoggerAppender.php, variable LoggerAppender::$layout | |
| $level | in file LoggerCategory.php, variable LoggerCategory::$level | |
| $level | in file LoggerEvent.php, variable LoggerEvent::$level | |
| $locationInfo | in file LoggerXmlLayout.php, variable LoggerXmlLayout::$locationInfo | |
| $loggerName | in file LoggerEvent.php, variable LoggerEvent::$loggerName | |
| l7dlog | in file LoggerCategory.php, method LoggerCategory::l7dlog() Log a localized and parameterized message. | |
| log | in file LoggerLog.php, method LoggerLog::log() log using trigger_error function with E_USER_NOTICE level | |
| log | in file LoggerCategory.php, method LoggerCategory::log() This generic form is intended to be used by wrappers. | |
| LoggerAppenderConsole.php | procedural page LoggerAppenderConsole.php | |
| LoggerAppenderFile.php | procedural page LoggerAppenderFile.php | |
| LoggerAppenderPhp.php | procedural page LoggerAppenderPhp.php | |
| LoggerAppenderRollingFile.php | procedural page LoggerAppenderRollingFile.php | |
| LoggerAppenderSocket.php | procedural page LoggerAppenderSocket.php | |
| LoggerAppenderSyslog.php | procedural page LoggerAppenderSyslog.php | |
| LOG4PHP_CONFIG_FILENAME | in file LoggerConfigXmlParser.php, constant LOG4PHP_CONFIG_FILENAME | |
| LoggerLayoutHtml.php | procedural page LoggerLayoutHtml.php | |
| LoggerLayoutSimple.php | procedural page LoggerLayoutSimple.php | |
| LoggerLayoutTTCC.php | procedural page LoggerLayoutTTCC.php | |
| LoggerXmlLayout.php | procedural page LoggerXmlLayout.php | |
| LoggerAppender.php | procedural page LoggerAppender.php | |
| LoggerCategory.php | procedural page LoggerCategory.php | |
| LoggerConfigXmlParser.php | procedural page LoggerConfigXmlParser.php | |
| LoggerEvent.php | procedural page LoggerEvent.php | |
| LoggerHierarchy.php | procedural page LoggerHierarchy.php | |
| LoggerLayout.php | procedural page LoggerLayout.php | |
| LoggerLevel.php | procedural page LoggerLevel.php | |
| LoggerLog.php | procedural page LoggerLog.php | |
| LoggerManager.php | procedural page LoggerManager.php | |
| LoggerRoot.php | procedural page LoggerRoot.php | |
| Logger.php | procedural page Logger.php | |
| Logger | in file Logger.php, method Logger::Logger() Constructor | |
| Logger | in file Logger.php, class Logger Main class for logging operations | |
| LoggerAppender | in file LoggerAppender.php, class LoggerAppender Abstract class that defines output logs strategies. | |
| LoggerAppender | in file LoggerAppender.php, method LoggerAppender::LoggerAppender() Constructor | |
| LoggerAppenderConsole | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::LoggerAppenderConsole() | |
| LoggerAppenderConsole | in file LoggerAppenderConsole.php, class LoggerAppenderConsole ConsoleAppender appends log events to Stdout or Stderr using a layout specified by the user. | |
| LoggerAppenderFile | in file LoggerAppenderFile.php, class LoggerAppenderFile FileAppender appends log events to a file. | |
| LoggerAppenderFile | in file LoggerAppenderFile.php, method LoggerAppenderFile::LoggerAppenderFile() | |
| LoggerAppenderPhp | in file LoggerAppenderPhp.php, class LoggerAppenderPhp Log event using php trigger_error function | |
| LoggerAppenderPhp | in file LoggerAppenderPhp.php, method LoggerAppenderPhp::LoggerAppenderPhp() Constructor | |
| LoggerAppenderRollingFile | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::LoggerAppenderRollingFile() The default constructor simply calls its parents constructor. | |
| LoggerAppenderRollingFile | in file LoggerAppenderRollingFile.php, class LoggerAppenderRollingFile RollingFileAppender extends FileAppender to backup the log files when they reach a certain size. | |
| LoggerAppenderSocket | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::LoggerAppenderSocket() Constructor | |
| LoggerAppenderSocket | in file LoggerAppenderSocket.php, class LoggerAppenderSocket Log event to a network socket | |
| LoggerAppenderSyslog | in file LoggerAppenderSyslog.php, method LoggerAppenderSyslog::LoggerAppenderSyslog() Constructor | |
| LoggerAppenderSyslog | in file LoggerAppenderSyslog.php, class LoggerAppenderSyslog Log event using php syslog() function | |
| LoggerCategory | in file LoggerCategory.php, class LoggerCategory This class has been deprecated and replaced by the Logger subclass. | |
| LoggerCategory | in file LoggerCategory.php, method LoggerCategory::LoggerCategory() Constructor. | |
| LoggerConfigXmlParser | in file LoggerConfigXmlParser.php, class LoggerConfigXmlParser Parse xml logger configuration and creates the LoggerHierarchy | |
| LoggerConfigXmlParser | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::LoggerConfigXmlParser() | |
| LoggerEvent | in file LoggerEvent.php, method LoggerEvent::LoggerEvent() Constructor | |
| LoggerEvent | in file LoggerEvent.php, class LoggerEvent The internal representation of logging events. | |
| LoggerHierarchy | in file LoggerHierarchy.php, method LoggerHierarchy::LoggerHierarchy() Create a new logger hierarchy. | |
| LoggerHierarchy | in file LoggerHierarchy.php, class LoggerHierarchy This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy. | |
| LoggerLayout | in file LoggerLayout.php, class LoggerLayout Extend this abstract class to create your own log layout format. | |
| LoggerLayoutHtml | in file LoggerLayoutHtml.php, class LoggerLayoutHtml This layout outputs events in a HTML table. | |
| LoggerLayoutHtml | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::LoggerLayoutHtml() | |
| LoggerLayoutSimple | in file LoggerLayoutSimple.php, method LoggerLayoutSimple::LoggerLayoutSimple() | |
| LoggerLayoutSimple | in file LoggerLayoutSimple.php, class LoggerLayoutSimple A simple layout. | |
| LoggerLayoutTTCC | in file LoggerLayoutTTCC.php, class LoggerLayoutTTCC TTCC layout format consists of time, thread, category and nested | |
| LoggerLayoutTTCC | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::LoggerLayoutTTCC() Constructor | |
| LoggerLevel | in file LoggerLevel.php, class LoggerLevel Encapsulate Level mechanics | |
| LoggerLog | in file LoggerLog.php, class LoggerLog Helper class for internal logging | |
| LoggerManager | in file LoggerManager.php, class LoggerManager Use the LoggerManager to retreive instances of Logger. | |
| LoggerRoot | in file LoggerRoot.php, class LoggerRoot the root logger | |
| LoggerRoot | in file LoggerRoot.php, method LoggerRoot::LoggerRoot() Constructor | |
| LoggerXmlLayout | in file LoggerXmlLayout.php, class LoggerXmlLayout The output of the XMLLayout consists of a series of log4php:event elements. It does not output a complete well-formed XML file. | |
| LOGGER_LAYOUT_NULL_DATE_FORMAT | in file LoggerLayoutTTCC.php, constant LOGGER_LAYOUT_NULL_DATE_FORMAT | |
| LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT | in file LoggerLayoutTTCC.php, constant LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT | |
| LOGGER_LEVEL_ALL | in file LoggerLevel.php, constant LOGGER_LEVEL_ALL The ALL has the lowest possible rank and is intended to turn on all logging | |
| LOGGER_LEVEL_DEBUG | in file LoggerLevel.php, constant LOGGER_LEVEL_DEBUG The DEBUG Level designates fine-grained informational events that are most useful to debug an application. | |
| LOGGER_LEVEL_ERROR | in file LoggerLevel.php, constant LOGGER_LEVEL_ERROR The ERROR level designates error events that might still allow the application to continue running. | |
| LOGGER_LEVEL_FATAL | in file LoggerLevel.php, constant LOGGER_LEVEL_FATAL The FATAL level designates very severe error events that will presumably lead the application to abort. | |
| LOGGER_LEVEL_INFO | in file LoggerLevel.php, constant LOGGER_LEVEL_INFO The INFO level designates informational messages that highlight the progress of the application at coarse-grained level. | |
| LOGGER_LEVEL_OFF | in file LoggerLevel.php, constant LOGGER_LEVEL_OFF The OFF has the highest possible rank and is intended to turn off logging. | |
| LOGGER_LEVEL_WARN | in file LoggerLevel.php, constant LOGGER_LEVEL_WARN The WARN level designates potentially harmful situations. | |
top
| ||
| $maxBackupIndex | in file LoggerAppenderRollingFile.php, variable LoggerAppenderRollingFile::$maxBackupIndex There is one backup file by default. | |
| $maxFileSize | in file LoggerAppenderRollingFile.php, variable LoggerAppenderRollingFile::$maxFileSize The default maximum file size is 10MB. | |
| $message | in file LoggerEvent.php, variable LoggerEvent::$message | |
top
| ||
| $name | in file LoggerRoot.php, variable LoggerRoot::$name | |
| $name | in file LoggerCategory.php, variable LoggerCategory::$name | |
| $name | in file LoggerAppender.php, variable LoggerAppender::$name | |
top
| ||
| overrideAsNeeded | in file LoggerHierarchy.php, method LoggerHierarchy::overrideAsNeeded() | |
top
| ||
| $parent | in file LoggerCategory.php, variable LoggerCategory::$parent | |
| $parent | in file LoggerRoot.php, variable LoggerRoot::$parent | |
| $parentAttribs | in file LoggerConfigXmlParser.php, variable LoggerConfigXmlParser::$parentAttribs | |
| $parentTags | in file LoggerConfigXmlParser.php, variable LoggerConfigXmlParser::$parentTags | |
| $parser | in file LoggerHierarchy.php, variable LoggerHierarchy::$parser | |
| $port | in file LoggerAppenderSocket.php, variable LoggerAppenderSocket::$port | |
top
| ||
| $repository | in file LoggerCategory.php, variable LoggerCategory::$repository | |
| $requiresLayout | in file LoggerAppenderFile.php, variable LoggerAppenderFile::$requiresLayout | |
| $requiresLayout | in file LoggerAppenderPhp.php, variable LoggerAppenderPhp::$requiresLayout | |
| $requiresLayout | in file LoggerAppenderConsole.php, variable LoggerAppenderConsole::$requiresLayout | |
| $requiresLayout | in file LoggerAppender.php, variable LoggerAppender::$requiresLayout | |
| $root | in file LoggerHierarchy.php, variable LoggerHierarchy::$root | |
| removeAllAppenders | in file LoggerCategory.php, method LoggerCategory::removeAllAppenders() Remove all previously added appenders from this Category instance. | |
| removeAppender | in file LoggerCategory.php, method LoggerCategory::removeAppender() Remove the appender passed as parameter form the list of appenders. | |
| requiresLayout | in file LoggerAppender.php, method LoggerAppender::requiresLayout() Configurators call this method to determine if the appender requires a layout. | |
| reset | in file LoggerAppenderFile.php, method LoggerAppenderFile::reset() Close any previously opened file and call the parent's reset. | |
| reset | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::reset() Close any previously opened file and call the parent's reset. | |
| resetConfiguration | in file LoggerManager.php, method LoggerManager::resetConfiguration() destroy loggers object tree | |
| resetConfiguration | in file LoggerHierarchy.php, method LoggerHierarchy::resetConfiguration() Reset all values contained in this hierarchy instance to their default. | |
| rollOver | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::rollOver() Implements the usual roll over behaviour. | |
top
| ||
| $sp | in file LoggerAppenderSocket.php, variable LoggerAppenderSocket::$sp | |
| $startTime | in file LoggerEvent.php, variable LoggerEvent::$startTime | |
| $STDERR | in file LoggerAppenderConsole.php, variable LoggerAppenderConsole::$STDERR | |
| $STDOUT | in file LoggerAppenderConsole.php, variable LoggerAppenderConsole::$STDOUT | |
| setAdditivity | in file LoggerCategory.php, method LoggerCategory::setAdditivity() Set the additivity flag for this Category instance. | |
| setAppend | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::setAppend() The Append option takes a boolean value. | |
| setAppend | in file LoggerAppenderFile.php, method LoggerAppenderFile::setAppend() The Append option takes a boolean value. | |
| setCategoryPrefixing | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::setCategoryPrefixing() The CategoryPrefixing option specifies whether Category name is part of log output or not. | |
| setContextPrinting | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::setContextPrinting() The ContextPrinting option specifies log output will include | |
| setDateFormat | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::setDateFormat() | |
| setDisableOverride | in file LoggerHierarchy.php, method LoggerHierarchy::setDisableOverride() | |
| setErrorHandler | in file LoggerAppender.php, method LoggerAppender::setErrorHandler() Set the ErrorHandler for this appender. | |
| setFile | in file LoggerAppenderFile.php, method LoggerAppenderFile::setFile() The File property takes a string value which should be the name of the file to append to. | |
| setHostname | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::setHostname() The BufferedIO option takes a boolean value. | |
| setLayout | in file LoggerAppender.php, method LoggerAppender::setLayout() Set the Layout for this appender. | |
| setLevel | in file LoggerRoot.php, method LoggerRoot::setLevel() Setting a null value to the level of the root category may have catastrophic results. | |
| setLevel | in file LoggerCategory.php, method LoggerCategory::setLevel() Set the level of this Category. | |
| setLocationInfo | in file LoggerXmlLayout.php, method LoggerXmlLayout::setLocationInfo() The LocationInfo option takes a boolean value. | |
| setMaxBackupIndex | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::setMaxBackupIndex() Set the maximum number of backup files to keep around. | |
| setMaxFileSize | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::setMaxFileSize() Set the maximum size that the output file is allowed to reach | |
| setMaximumFileSize | in file LoggerAppenderRollingFile.php, method LoggerAppenderRollingFile::setMaximumFileSize() Set the maximum size that the output file is allowed to reach before being rolled over to backup files. | |
| setName | in file LoggerAppender.php, method LoggerAppender::setName() Set the name of this appender. | |
| setParent | in file LoggerRoot.php, method LoggerRoot::setParent() | |
| setPort | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::setPort() Set the size of the IO buffer. | |
| setPriority | in file LoggerRoot.php, method LoggerRoot::setPriority() | |
| setPriority | in file LoggerCategory.php, method LoggerCategory::setPriority() | |
| setRenderer | in file LoggerHierarchy.php, method LoggerHierarchy::setRenderer() Used by subclasses to add a renderer to the hierarchy passed as parameter. | |
| setRepositorySelector | in file LoggerManager.php, method LoggerManager::setRepositorySelector() does nothing | |
| setResourceBundle | in file LoggerCategory.php, method LoggerCategory::setResourceBundle() Set the resource bundle to be used with localized logging methods | |
| setTarget | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::setTarget() Sets the value of the Target option. | |
| setThreadPrinting | in file LoggerLayoutTTCC.php, method LoggerLayoutTTCC::setThreadPrinting() The ThreadPrinting option specifies whether the name of the current thread is part of log output or not. | |
| setThreshold | in file LoggerHierarchy.php, method LoggerHierarchy::setThreshold() set a new threshold level | |
| setTimeout | in file LoggerAppenderSocket.php, method LoggerAppenderSocket::setTimeout() | |
| setTitle | in file LoggerLayoutHtml.php, method LoggerLayoutHtml::setTitle() The Title option takes a String value. | |
| shutdown | in file LoggerHierarchy.php, method LoggerHierarchy::shutdown() Shutting down a hierarchy will safely close and remove all appenders in all categories including the root logger | |
| shutdown | in file LoggerManager.php, method LoggerManager::shutdown() safely close all appenders | |
| shutdown | in file LoggerCategory.php, method LoggerCategory::shutdown() | |
| singleton | in file LoggerAppender.php, method LoggerAppender::singleton() Singleton | |
top
| ||
| $tailFilter | in file LoggerAppender.php, variable LoggerAppender::$tailFilter | |
| $target | in file LoggerAppenderConsole.php, variable LoggerAppenderConsole::$target | |
| $threadPrinting | in file LoggerLayoutTTCC.php, variable LoggerLayoutTTCC::$threadPrinting | |
| $threshold | in file LoggerHierarchy.php, variable LoggerHierarchy::$threshold | |
| $threshold | in file LoggerAppender.php, variable LoggerAppender::$threshold | |
| $timeout | in file LoggerAppenderSocket.php, variable LoggerAppenderSocket::$timeout | |
| $timeStamp | in file LoggerEvent.php, variable LoggerEvent::$timeStamp | |
| $title | in file LoggerLayoutHtml.php, variable LoggerLayoutHtml::$title | |
| $TITLE_OPTION | in file LoggerLayoutHtml.php, variable LoggerLayoutHtml::$TITLE_OPTION A string constant used in naming the option for setting the the HTML document title. | |
| $TRACE_PREFIX | in file LoggerLayoutHtml.php, variable LoggerLayoutHtml::$TRACE_PREFIX | |
| targetWarn | in file LoggerAppenderConsole.php, method LoggerAppenderConsole::targetWarn() | |
| toCode | in file LoggerLevel.php, method LoggerLevel::toCode() convert a string level to costant | |
| toString | in file LoggerLevel.php, method LoggerLevel::toString() convert a constant level to string | |
top
| ||
| warn | in file LoggerCategory.php, method LoggerCategory::warn() Log a message with the LOGGER_LEVEL_WARN level. | |
top
| ||
| xmltag_appender | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_appender() | |
| xmltag_appender_ | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_appender_() | |
| xmltag_appender_ref | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_appender_ref() | |
| xmltag_configuration | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_configuration() | |
| xmltag_configuration_ | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_configuration_() | |
| xmltag_layout | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_layout() | |
| xmltag_layout_ | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_layout_() | |
| xmltag_logger | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_logger() | |
| xmltag_param | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_param() | |
| xmltag_priority | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_priority() | |
| xmltag_root | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_root() | |
| xmltag_root_ | in file LoggerConfigXmlParser.php, method LoggerConfigXmlParser::xmltag_root_() | |