-
get
-
-
get
-
Get the context identified by the key parameter.
-
getAdditivity
-
Get the additivity flag for this Category instance.
-
getAllAppenders
-
Get the appenders contained in this category as an Enumeration.
-
getAppender
-
Look for the appender named as name.
-
getChainedLevel
-
-
getChainedPriority
-
Please use the getEffectiveLevel() method instead.
-
getContentType
-
-
getCurrentCategories
-
-
getCurrentCategories
-
-
getCurrentLoggers
-
Returns all the currently defined categories in this hierarchy as an Enumeration.
-
getCurrentLoggers
-
returns an array this whole
Logger instances
-
getDefaultHierarchy
-
-
getDepth
-
Get the current nesting depth of this diagnostic context.
-
getEffectiveLevel
-
Starting from this category, search the category hierarchy for a non-null level and return it.
-
getErrorHandler
-
-
getFilter
-
-
getFirstFilter
-
Return the first filter in the filter chain for this Appender.
-
getFooter
-
-
getHeader
-
-
getHierarchy
-
Please use getLoggerRepository() instead.
-
getInstance
-
Retrieve a category with named as the name parameter.
-
getLayout
-
Returns this appender layout.
-
getLevel
-
Returns the assigned Level, if any, for this Category.
-
getLogger
-
-
getLogger
-
-
getLogger
-
Return a new logger instance named as the first parameter using the default factory.
-
getLoggerRepository
-
-
getLoggerRepository
-
Return the the LoggerRepository where this Category is attached.
-
getName
-
Get the name of this appender.
-
getName
-
Return the category name.
-
getParent
-
Returns the parent of this category.
-
getParser
-
-
getPriority
-
-
getRendererMap
-
Get the renderer map for this hierarchy.
-
getResourceBundle
-
Return the inherited ResourceBundle for this category.
-
getResourceBundleString
-
Returns the string resource coresponding to key in this category's inherited resource bundle.
-
getRoot
-
Return the root of the default category hierrachy.
-
getRootLogger
-
-
getRootLogger
-
returns the root logger
-
getRootLogger
-
Get the root of this hierarchy.
-
getThreshold
-
Returns this appenders threshold level.
-
getThreshold
-
Returns a Level representation of the enable state.
-
getAppend
-
Returns the value of the Append option.
-
getAppend
-
-
getCreateTable
-
-
getDatePattern
-
-
getDsn
-
-
getFile
-
-
getFrom
-
-
getFrom
-
-
getHostname
-
-
getMaxBackupIndex
-
Returns the value of the MaxBackupIndex option.
-
getMaximumFileSize
-
Get the maximum size that the output file is allowed to reach before being rolled over to backup files.
-
getPort
-
-
getPort
-
-
getSmtpHost
-
-
getSql
-
-
getSubject
-
-
getSubject
-
-
getTable
-
-
getTarget
-
-
getTimeout
-
-
getTo
-
-
getTo
-
-
getFullyQualifiedName
-
-
getFullyQualifiedName
-
-
getFullyQualifiedName
-
-
getCategoryPrefixing
-
Returns value of the CategoryPrefixing option.
-
getContentType
-
Returns the content type output by this layout, i.
-
getContextPrinting
-
Returns value of the ContextPrinting option.
-
getConversionPattern
-
-
getDateFormat
-
-
getFooter
-
-
getFooter
-
Returns the appropriate HTML footers.
-
getHeader
-
-
getHeader
-
Returns appropriate HTML headers.
-
getLocationInfo
-
-
getLocationInfo
-
Returns the current value of the LocationInfo option.
-
getMicroSecondsPrinting
-
Returns value of the MicroSecondsPrinting option.
-
getThreadPrinting
-
Returns value of the ThreadPrinting option.
-
getTitle
-
Returns the current value of the Title option.
-
getByClassName
-
Search the parents of
1 clazz
for a renderer. renderer closest in the hierarchy will be returned. renderers could be found, then the default renderer is returned.
-
getByObject
-
Syntactic sugar method that calls #get(Class) with the class of the object parameter.
-
getDefaultRenderer
-
-
getClassName
-
-
getFileName
-
Return the file name of the caller.
-
getLevel
-
Return the level of this event. accessing the
1 level
field.
-
getLineNumber
-
Returns the line number of the caller.
-
getLocationInformation
-
Set the location information for this logging event. information is cached for future use.
-
getLoggerName
-
Return the name of the logger. accessing the
1 categoryName
field.
-
getMDC
-
Returns the the context corresponding to the
1 key
parameter.
-
getMessage
-
Return the message for this logging event.
-
getMethodName
-
Returns the method name of the caller.
-
getNDC
-
This method returns the NDC for this event. correct content even if the event was generated in a different thread or even on a different machine. should never be called directly.
-
getRenderedMessage
-
-
getStartTime
-
Returns the time when the application started, in seconds elapsed since 01.
-
getThreadName
-
-
getThrowableInformation
-
-
getTimeStamp
-
-
getAcceptOnMatch
-
-
getStringToMatch
-
-
$layout
-
-
$layout
-
-
$level
-
-
$logger
-
-
l7dlog
-
Log a localized and parameterized message.
-
log
-
This generic form is intended to be used by wrappers.
-
log
-
-
LOG4PHP_CONFIG_FILENAME
-
Set this to tell log4php where xml config file is
-
Logger
-
Main class for logging operations
-
Logger
-
Constructor
-
LoggerAppender
-
Abstract class that defines output logs strategies.
-
LoggerAppenderSkeleton
-
Constructor
-
LoggerAppenderSkeleton
-
Abstract superclass of the other appenders in the package.
-
LoggerCategory
-
This class has been deprecated and replaced by the
Logger subclass.
-
LoggerCategory
-
Constructor.
-
LoggerConfigXmlParser
-
-
LoggerConfigXmlParser
-
-
LoggerHierarchy
-
Create a new logger hierarchy.
-
LoggerHierarchy
-
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.
-
LoggerLayout
-
Extend this abstract class to create your own log layout format.
-
LoggerLevel
-
Encapsulate Level mechanics
-
LoggerLog
-
Helper class for internal logging
-
LoggerManager
-
Use the LoggerManager to get instances of
Logger.
-
LoggerMDC
-
The LoggerMDC class is similar to the
LoggerNDC class except that it is based on a map instead of a stack.
-
LoggerNDC
-
The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of
Program Design 3" edited by Martin et al.
-
LoggerRoot
-
Constructor
-
LoggerRoot
-
the root logger
-
LOGGER_LEVEL_ALL
-
The ALL has the lowest possible rank and is intended to turn on all logging
-
LOGGER_LEVEL_DEBUG
-
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
-
LOGGER_LEVEL_ERROR
-
The ERROR level designates error events that might still allow the application to continue running.
-
LOGGER_LEVEL_FATAL
-
The FATAL level designates very severe error events that will presumably lead the application to abort.
-
LOGGER_LEVEL_INFO
-
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
-
LOGGER_LEVEL_OFF
-
The OFF has the highest possible rank and is intended to turn off logging.
-
LOGGER_LEVEL_WARN
-
The WARN level designates potentially harmful situations.
-
LOGGER_MDC_HT_SIZE
-
-
LOGGER_NDC_HT_SIZE
-
-
LoggerAppenderSkeleton.php
-
-
LoggerAppender.php
-
-
LoggerCategory.php
-
-
LoggerConfigXmlParser.php
-
-
LoggerHierarchy.php
-
-
LoggerLayout.php
-
-
LoggerLevel.php
-
-
LoggerLog.php
-
-
LoggerManager.php
-
-
LoggerMDC.php
-
-
LoggerNDC.php
-
-
LoggerRoot.php
-
-
Logger.php
-
-
LoggerAppenderConsole
-
-
LoggerAppenderConsole
-
ConsoleAppender appends log events to STDOUT or STDERR using a layout specified by the user.
-
LoggerAppenderDailyFile
-
Constructor
-
LoggerAppenderDailyFile
-
LoggerAppenderDailyFile appends log events to a file ne.
-
LoggerAppenderDb
-
-
LoggerAppenderDb
-
Appends log events to a db table using PEAR::DB class.
-
LoggerAppenderEcho
-
-
LoggerAppenderEcho
-
-
LoggerAppenderFile
-
FileAppender appends log events to a file.
-
LoggerAppenderFile
-
-
LoggerAppenderMail
-
-
LoggerAppenderMail
-
-
LoggerAppenderMailEvent
-
Log events to an email address.
-
LoggerAppenderMailEvent
-
-
LoggerAppenderNull
-
-
LoggerAppenderNull
-
A NullAppender merely exists, it never outputs a message to any device.
-
LoggerAppenderPhp
-
-
LoggerAppenderPhp
-
Constructor
-
LoggerAppenderRollingFile
-
LoggerAppenderRollingFile extends LoggerAppenderFile to backup the log files when they reach a certain size.
-
LoggerAppenderRollingFile
-
The default constructor simply calls its parents constructor.
-
LoggerAppenderSocket
-
Log events to a network socket.
-
LoggerAppenderSocket
-
Constructor
-
LoggerAppenderSyslog
-
Constructor
-
LoggerAppenderSyslog
-
-
LOGGER_APPENDER_CONSOLE_STDERR
-
-
LOGGER_APPENDER_CONSOLE_STDOUT
-
-
LoggerAppenderConsole.php
-
-
LoggerAppenderDailyFile.php
-
-
LoggerAppenderDb.php
-
-
LoggerAppenderEcho.php
-
-
LoggerAppenderFile.php
-
-
LoggerAppenderMailEvent.php
-
-
LoggerAppenderMail.php
-
-
LoggerAppenderNull.php
-
-
LoggerAppenderPhp.php
-
-
LoggerAppenderRollingFile.php
-
-
LoggerAppenderSocket.php
-
-
LoggerAppenderSyslog.php
-
-
$leftAlign
-
-
$literal
-
-
LoggerBasicPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerBasicPatternConverter
-
-
LoggerCategoryPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerCategoryPatternConverter
-
-
LoggerClassNamePatternConverter
-
-
LoggerClassNamePatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerDatePatternConverter
-
-
LoggerDatePatternConverter
-
-
LoggerLiteralPatternConverter
-
-
LoggerLiteralPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerLocationPatternConverter
-
-
LoggerLocationPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerMDCPatternConverter
-
-
LoggerMDCPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerNamedPatternConverter
-
-
LoggerNamedPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerPatternConverter
-
-
LoggerPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerPatternParser
-
-
LoggerPatternParser
-
-
LOGGER_DATE_FORMAT_ABSOLUTE
-
-
LOGGER_DATE_FORMAT_DATE
-
-
LOGGER_DATE_FORMAT_ISO8601
-
-
LOGGER_PATTERN_PARSER_CLASS_LOCATION_CONVERTER
-
-
LOGGER_PATTERN_PARSER_CONVERTER_STATE
-
-
LOGGER_PATTERN_PARSER_DOT_STATE
-
-
LOGGER_PATTERN_PARSER_ESCAPE_CHAR
-
-
LOGGER_PATTERN_PARSER_FILE_LOCATION_CONVERTER
-
-
LOGGER_PATTERN_PARSER_FULL_LOCATION_CONVERTER
-
-
LOGGER_PATTERN_PARSER_LEVEL_CONVERTER
-
-
LOGGER_PATTERN_PARSER_LINE_LOCATION_CONVERTER
-
-
LOGGER_PATTERN_PARSER_LITERAL_STATE
-
-
LOGGER_PATTERN_PARSER_MAX_STATE
-
-
LOGGER_PATTERN_PARSER_MESSAGE_CONVERTER
-
-
LOGGER_PATTERN_PARSER_METHOD_LOCATION_CONVERTER
-
-
LOGGER_PATTERN_PARSER_MINUS_STATE
-
-
LOGGER_PATTERN_PARSER_MIN_STATE
-
-
LOGGER_PATTERN_PARSER_NDC_CONVERTER
-
-
LOGGER_PATTERN_PARSER_RELATIVE_TIME_CONVERTER
-
-
LOGGER_PATTERN_PARSER_THREAD_CONVERTER
-
-
LoggerPatternConverter.php
-
-
LoggerPatternParser.php
-
-
$locationInfo
-
The LocationInfo option takes a boolean value. default, it is set to false which means there will be no location information output by this layout. true, then the file name and line number of the statement at the origin of the log statement will be output.
-
$locationInfo
-
The LocationInfo option takes a boolean value. it is set to false which means there will be no location information output by this layout. true, then the file name and line number of the statement at the origin of the log statement will be output.
-
LoggerLayoutHtml
-
This layout outputs events in a HTML table.
-
LoggerLayoutHtml
-
-
LoggerLayoutSimple
-
-
LoggerLayoutSimple
-
A simple layout.
-
LoggerLayoutTTCC
-
Constructor
-
LoggerLayoutTTCC
-
TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
-
LoggerPatternLayout
-
-
LoggerPatternLayout
-
A flexible layout configurable with pattern string.
-
LoggerXmlLayout
-
The output of the LoggerXmlLayout consists of a series of log4php:event elements.
-
LOGGER_LAYOUT_NULL_DATE_FORMAT
-
String constant designating no time information. this constant is NULL.
-
LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT
-
String constant designating relative time. this constant is RELATIVE.
-
LOGGER_LAYOUT_TITLE_OPTION
-
A string constant used in naming the option for setting the the HTML document title. constant is Title.
-
LOGGER_LAYOUT_TRACE_PREFIX
-
-
LOGGER_PATTERN_LAYOUT_DEFAULT_CONVERSION_PATTERN
-
Default conversion Pattern
-
LOGGER_PATTERN_LAYOUT_TTCC_CONVERSION_PATTERN
-
-
LoggerLayoutHtml.php
-
-
LoggerLayoutSimple.php
-
-
LoggerLayoutTTCC.php
-
-
LoggerPatternLayout.php
-
-
LoggerXmlLayout.php
-
-
LoggerDefaultRenderer
-
The default Renderer renders objects by type casting
-
LoggerDefaultRenderer
-
-
LoggerObjectRenderer
-
Subclass this abstract class in order to render objects as strings.
-
LoggerRendererMap
-
-
LoggerRendererMap
-
-
LoggerDefaultRenderer.php
-
-
LoggerObjectRenderer.php
-
-
LoggerRendererMap.php
-
-
$leftAlign
-
-
$level
-
Level of logging event. is a flyweight. declared final either.
-
$lineNumber
-
Caller's line number.
-
$locationInfo
-
Location information for the caller.
-
LoggerFilter
-
Users should extend this class to implement customized logging event filtering. the parent class of all standard appenders, have built-in filtering rules. first use and understand the built-in rules before rushing to write your own custom filters.
-
LoggerFormattingInfo
-
LoggerFormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
-
LoggerFormattingInfo
-
-
LoggerLocationInfo
-
-
LoggerLocationInfo
-
The internal representation of caller location information.
-
LoggerLoggingEvent
-
Instantiate a LoggingEvent from the supplied parameters.
-
LoggerLoggingEvent
-
The internal representation of logging event.
-
LOGGER_FILTER_ACCEPT
-
The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.
-
LOGGER_FILTER_DENY
-
The log event must be dropped immediately without consulting with the remaining filters, if any, in the chain.
-
LOGGER_FILTER_NEUTRAL
-
This filter is neutral with respect to the log event. remaining filters, if any, should be consulted for a final decision.
-
LOGGER_LOCATION_INFO_NA
-
When location information is not available the constant
1 NA
is returned. constant is
?.
-
LoggerFormattingInfo.php
-
-
LoggerFilter.php
-
-
LoggerLocationInfo.php
-
-
LoggerLoggingEvent.php
-
-
LoggerDenyAllFilter
-
This filter drops all logging events.
-
LoggerStringMatchFilter
-
This is a very simple filter based on string matching.
-
LoggerDenyAllFilter.php
-
-
LoggerStringMatchFilter.php
-
-
$state
-
-
setAdditivity
-
Set the additivity flag for this Category instance.
-
setDisableOverride
-
-
setErrorHandler
-
Set the ErrorHandler for this appender.
-
setLayout
-
Set the Layout for this appender.
-
setLevel
-
Set the level of this Category.
-
setLevel
-
Setting a null value to the level of the root category may have catastrophic results.
-
setMaxDepth
-
Set maximum depth of this diagnostic context. depth is smaller or equal to
1 maxDepth
, then no action is taken.
-
setName
-
Set the name of this appender.
-
setParent
-
-
setPriority
-
-
setPriority
-
-
setRenderer
-
Used by subclasses to add a renderer to the hierarchy passed as parameter.
-
setRepositorySelector
-
does nothing
-
setResourceBundle
-
Set the resource bundle to be used with localized logging methods
-
setter
-
-
setThreshold
-
Set the threshold level of this appender.
-
setThreshold
-
set a new threshold level
-
shutdown
-
-
shutdown
-
Shutting down a hierarchy will safely close and remove all appenders in all categories including the root logger
-
shutdown
-
safely close all appenders
-
singleton
-
Singleton
-
$smtpHost
-
-
$sp
-
socket connection resource
-
$sql
-
-
$subject
-
-
$subject
-
-
setAppend
-
The Append option takes a boolean value.
-
setAppend
-
-
setCreateTable
-
-
setDatePattern
-
sets date format for the file name
-
setDsn
-
-
setFile
-
The File property takes a string value which should be the name of the file to append to.
-
setFile
-
Sets and opens the file where the log output will go.
-
setFrom
-
-
setFrom
-
-
setHostname
-
The BufferedIO option takes a boolean value.
-
setMaxBackupIndex
-
Set the maximum number of backup files to keep around.
-
setMaxFileSize
-
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
-
setMaximumFileSize
-
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
-
setPort
-
-
setPort
-
Set the size of the IO buffer.
-
setSmtpHost
-
-
setSql
-
-
setSubject
-
-
setSubject
-
-
setTable
-
-
setTarget
-
-
setTimeout
-
-
setTo
-
-
setTo
-
-
$state
-
-
spacePad
-
Fast space padding method.
-
$sbuf
-
-
setCategoryPrefixing
-
The CategoryPrefixing option specifies whether Category name is part of log output or not.
-
setContextPrinting
-
The ContextPrinting option specifies log output will include the nested context information belonging to the current thread.
-
setConversionPattern
-
-
setDateFormat
-
-
setLocationInfo
-
The $locationInfo option takes a boolean value. it is set to false which means there will be no location information output by this layout. true, then the file name and line number of the statement at the origin of the log statement will be output.
-
setLocationInfo
-
The LocationInfo option takes a boolean value. default, it is set to false which means there will be no location information output by this layout. true, then the file name and line number of the statement at the origin of the log statement will be output.
-
setMicroSecondsPrinting
-
The MicroSecondsPrinting option specifies if microseconds infos should be printed at the end of timestamp.
-
setThreadPrinting
-
The ThreadPrinting option specifies whether the name of the current thread is part of log output or not.
-
setTitle
-
The Title option takes a String value. document title of the generated HTML document.
-
$stringToMatch
-
-
setAcceptOnMatch
-
-
setStringToMatch
-