-
get
-
Get the context identified by the key parameter.
-
get
-
-
getAcceptOnMatch
-
-
getAdditivity
-
Get the additivity flag for this Category instance.
-
getAllAppenders
-
Get the appenders contained in this category as an Enumeration.
-
getAppend
-
-
getAppend
-
Returns the value of the Append option.
-
getAppender
-
Look for the appender named as name.
-
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.
-
getCategoryPrefixing
-
Returns value of the CategoryPrefixing option.
-
getChainedLevel
-
-
getChainedPriority
-
Please use the getEffectiveLevel() method instead.
-
getClassName
-
-
getContentType
-
-
getContentType
-
Returns the content type output by this layout, i.
-
getContextPrinting
-
Returns value of the ContextPrinting option.
-
getConversionPattern
-
-
getCreateTable
-
-
getCurrentCategories
-
-
getCurrentCategories
-
-
getCurrentLoggers
-
returns an array this whole
Logger instances
-
getCurrentLoggers
-
Returns all the currently defined categories in this hierarchy as an Enumeration.
-
getDateFormat
-
-
getDatePattern
-
-
getDefaultHierarchy
-
-
getDefaultRenderer
-
-
getDepth
-
Get the current nesting depth of this diagnostic context.
-
getDsn
-
-
getEffectiveLevel
-
Starting from this category, search the category hierarchy for a non-null level and return it.
-
getErrorHandler
-
-
getFile
-
-
getFileName
-
Return the file name of the caller.
-
getFilter
-
-
getFirstFilter
-
Return the first filter in the filter chain for this Appender.
-
getFooter
-
-
getFooter
-
-
getFooter
-
Returns the appropriate HTML footers.
-
getFrom
-
-
getFrom
-
-
getFullyQualifiedName
-
-
getFullyQualifiedName
-
-
getFullyQualifiedName
-
-
getHeader
-
-
getHeader
-
-
getHeader
-
Returns appropriate HTML headers.
-
getHierarchy
-
Please use getLoggerRepository() instead.
-
getHostname
-
-
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.
-
getLevel
-
Return the level of this event. accessing the
1 level
field.
-
getLineNumber
-
Returns the line number of the caller.
-
getLocationInfo
-
-
getLocationInfo
-
Returns the current value of the LocationInfo option.
-
getLocationInformation
-
Set the location information for this logging event. information is cached for future use.
-
getLogger
-
-
getLogger
-
Return a new logger instance named as the first parameter using the default factory.
-
getLogger
-
-
getLoggerName
-
Return the name of the logger. accessing the
1 categoryName
field.
-
getLoggerRepository
-
-
getLoggerRepository
-
Return the the LoggerRepository where this Category is attached.
-
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.
-
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.
-
getMicroSecondsPrinting
-
Returns value of the MicroSecondsPrinting option.
-
getName
-
Get the name of this appender.
-
getName
-
Return the category name.
-
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.
-
getParent
-
Returns the parent of this category.
-
getParser
-
-
getPort
-
-
getPort
-
-
getPriority
-
-
getRenderedMessage
-
-
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
-
Get the root of this hierarchy.
-
getRootLogger
-
returns the root logger
-
getRootLogger
-
-
getSmtpHost
-
-
getSql
-
-
getStartTime
-
Returns the time when the application started, in seconds elapsed since 01.
-
getStringToMatch
-
-
getSubject
-
-
getSubject
-
-
getTable
-
-
getTarget
-
-
getThreadName
-
-
getThreadPrinting
-
Returns value of the ThreadPrinting option.
-
getThreshold
-
Returns this appenders threshold level.
-
getThreshold
-
Returns a Level representation of the enable state.
-
getThrowableInformation
-
-
getTimeout
-
-
getTimeStamp
-
-
getTitle
-
Returns the current value of the Title option.
-
getTo
-
-
getTo
-
-
$layout
-
-
$layout
-
-
$leftAlign
-
-
$leftAlign
-
-
$level
-
-
$level
-
Level of logging event. is a flyweight. declared final either.
-
$lineNumber
-
Caller's line number.
-
$literal
-
-
$locationInfo
-
Location information for the caller.
-
$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.
-
$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.
-
$logger
-
-
l7dlog
-
Log a localized and parameterized message.
-
log
-
-
log
-
This generic form is intended to be used by wrappers.
-
LOG4PHP_CONFIG_FILENAME
-
Set this to tell log4php where xml config file is
-
Logger
-
Constructor
-
Logger
-
Main class for logging operations
-
LoggerAppender
-
Abstract class that defines output logs strategies.
-
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
-
Appends log events to a db table using PEAR::DB class.
-
LoggerAppenderDb
-
-
LoggerAppenderEcho
-
-
LoggerAppenderEcho
-
-
LoggerAppenderFile
-
FileAppender appends log events to a file.
-
LoggerAppenderFile
-
-
LoggerAppenderMail
-
-
LoggerAppenderMail
-
-
LoggerAppenderMailEvent
-
-
LoggerAppenderMailEvent
-
Log events to an email address.
-
LoggerAppenderNull
-
A NullAppender merely exists, it never outputs a message to any device.
-
LoggerAppenderNull
-
-
LoggerAppenderPhp
-
Constructor
-
LoggerAppenderPhp
-
-
LoggerAppenderRollingFile
-
LoggerAppenderRollingFile extends LoggerAppenderFile to backup the log files when they reach a certain size.
-
LoggerAppenderRollingFile
-
The default constructor simply calls its parents constructor.
-
LoggerAppenderSkeleton
-
Abstract superclass of the other appenders in the package.
-
LoggerAppenderSkeleton
-
Constructor
-
LoggerAppenderSocket
-
Log events to a network socket.
-
LoggerAppenderSocket
-
Constructor
-
LoggerAppenderSyslog
-
Constructor
-
LoggerAppenderSyslog
-
-
LoggerBasicPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerBasicPatternConverter
-
-
LoggerCategory
-
This class has been deprecated and replaced by the
Logger subclass.
-
LoggerCategory
-
Constructor.
-
LoggerCategoryPatternConverter
-
-
LoggerCategoryPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerClassNamePatternConverter
-
-
LoggerClassNamePatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerConfigXmlParser
-
-
LoggerConfigXmlParser
-
-
LoggerDatePatternConverter
-
-
LoggerDatePatternConverter
-
-
LoggerDefaultRenderer
-
The default Renderer renders objects by type casting
-
LoggerDefaultRenderer
-
-
LoggerDenyAllFilter
-
This filter drops all logging events.
-
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
-
LoggerFormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
-
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.
-
LoggerLayoutHtml
-
This layout outputs events in a HTML table.
-
LoggerLayoutHtml
-
-
LoggerLayoutSimple
-
A simple layout.
-
LoggerLayoutSimple
-
-
LoggerLayoutTTCC
-
TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
-
LoggerLayoutTTCC
-
Constructor
-
LoggerLevel
-
Encapsulate Level mechanics
-
LoggerLiteralPatternConverter
-
-
LoggerLiteralPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerLocationInfo
-
-
LoggerLocationInfo
-
The internal representation of caller location information.
-
LoggerLocationPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerLocationPatternConverter
-
-
LoggerLog
-
Helper class for internal logging
-
LoggerLoggingEvent
-
Instantiate a LoggingEvent from the supplied parameters.
-
LoggerLoggingEvent
-
The internal representation of logging event.
-
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.
-
LoggerMDCPatternConverter
-
-
LoggerMDCPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerNamedPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerNamedPatternConverter
-
-
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.
-
LoggerObjectRenderer
-
Subclass this abstract class in order to render objects as strings.
-
LoggerPatternConverter
-
-
LoggerPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerPatternLayout
-
A flexible layout configurable with pattern string.
-
LoggerPatternLayout
-
-
LoggerPatternParser
-
-
LoggerPatternParser
-
-
LoggerRendererMap
-
-
LoggerRendererMap
-
-
LoggerRoot
-
Constructor
-
LoggerRoot
-
the root logger
-
LoggerStringMatchFilter
-
This is a very simple filter based on string matching.
-
LoggerXmlLayout
-
The output of the LoggerXmlLayout consists of a series of log4php:event elements.
-
LOGGER_APPENDER_CONSOLE_STDERR
-
-
LOGGER_APPENDER_CONSOLE_STDOUT
-
-
LOGGER_DATE_FORMAT_ABSOLUTE
-
-
LOGGER_DATE_FORMAT_DATE
-
-
LOGGER_DATE_FORMAT_ISO8601
-
-
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_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_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_LOCATION_INFO_NA
-
When location information is not available the constant
1 NA
is returned. constant is
?.
-
LOGGER_MDC_HT_SIZE
-
-
LOGGER_NDC_HT_SIZE
-
-
LOGGER_PATTERN_LAYOUT_DEFAULT_CONVERSION_PATTERN
-
Default conversion Pattern
-
LOGGER_PATTERN_LAYOUT_TTCC_CONVERSION_PATTERN
-
-
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
-
-
LoggerAppenderConsole.php
-
-
LoggerAppenderDailyFile.php
-
-
LoggerAppenderDb.php
-
-
LoggerAppenderEcho.php
-
-
LoggerAppenderFile.php
-
-
LoggerAppenderMailEvent.php
-
-
LoggerAppenderMail.php
-
-
LoggerAppenderNull.php
-
-
LoggerAppenderPhp.php
-
-
LoggerAppenderRollingFile.php
-
-
LoggerAppenderSocket.php
-
-
LoggerAppenderSyslog.php
-
-
LoggerFormattingInfo.php
-
-
LoggerPatternConverter.php
-
-
LoggerPatternParser.php
-
-
LoggerLayoutHtml.php
-
-
LoggerLayoutSimple.php
-
-
LoggerLayoutTTCC.php
-
-
LoggerPatternLayout.php
-
-
LoggerXmlLayout.php
-
-
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
-
-
LoggerDefaultRenderer.php
-
-
LoggerObjectRenderer.php
-
-
LoggerRendererMap.php
-
-
LoggerFilter.php
-
-
LoggerLocationInfo.php
-
-
LoggerLoggingEvent.php
-
-
LoggerDenyAllFilter.php
-
-
LoggerStringMatchFilter.php
-
-
$sbuf
-
-
$smtpHost
-
-
$sp
-
socket connection resource
-
$sql
-
-
$state
-
-
$state
-
-
$stringToMatch
-
-
$subject
-
-
$subject
-
-
setAcceptOnMatch
-
-
setAdditivity
-
Set the additivity flag for this Category instance.
-
setAppend
-
-
setAppend
-
The Append option takes a boolean value.
-
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
-
-
setCreateTable
-
-
setDateFormat
-
-
setDatePattern
-
sets date format for the file name
-
setDisableOverride
-
-
setDsn
-
-
setErrorHandler
-
Set the ErrorHandler for this appender.
-
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.
-
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.
-
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.
-
setMaxBackupIndex
-
Set the maximum number of backup files to keep around.
-
setMaxDepth
-
Set maximum depth of this diagnostic context. depth is smaller or equal to
1 maxDepth
, then no action is taken.
-
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.
-
setMicroSecondsPrinting
-
The MicroSecondsPrinting option specifies if microseconds infos should be printed at the end of timestamp.
-
setName
-
Set the name of this appender.
-
setParent
-
-
setPort
-
Set the size of the IO buffer.
-
setPort
-
-
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
-
setSmtpHost
-
-
setSql
-
-
setStringToMatch
-
-
setSubject
-
-
setSubject
-
-
setTable
-
-
setTarget
-
-
setter
-
-
setThreadPrinting
-
The ThreadPrinting option specifies whether the name of the current thread is part of log output or not.
-
setThreshold
-
Set the threshold level of this appender.
-
setThreshold
-
set a new threshold level
-
setTimeout
-
-
setTitle
-
The Title option takes a String value. document title of the generated HTML document.
-
setTo
-
-
setTo
-
-
shutdown
-
Shutting down a hierarchy will safely close and remove all appenders in all categories including the root logger
-
shutdown
-
safely close all appenders
-
shutdown
-
-
singleton
-
Singleton
-
spacePad
-
Fast space padding method.