-
$className
-
Caller class name.
-
$closed
-
Set to true when the appender is closed. A closed appender will not accept any logging requests.
-
callAppenders
-
Forwards the given logging event to all linked appenders.
-
clear
-
Clears all loggers.
-
clear
-
Clears the mapped diagnostic context.
-
clear
-
Clear any nested diagnostic information if any. This method is useful in cases where the same thread can be potentially used over and over in different unrelated contexts.
-
clear
-
Clears all appenders from the pool.
-
clear
-
Clears all Logger definitions from the logger hierarchy.
-
clearFilters
-
Clears the filter chain by removing all the filters in it.
-
close
-
Releases any resources allocated by the appender.
-
configure
-
Configures log4php based on the given configuration. The input can either be a path to the config file, or a PHP array holding the configuration.
-
configure
-
Configures log4php.
-
configure
-
Configures log4php based on the given configuration.
-
createObject
-
Creates an instances from the given class name.
-
$collection
-
The collection to which log is written.
-
$collectionName
-
Name of the collection within the given database.
-
$compress
-
The compress parameter determindes the compression with zlib.
-
$connection
-
Connection to the MongoDB instance.
-
$console
-
Instance of the Insight console class.
-
$currentDate
-
Current date which was used when opening a file.
-
close
-
-
close
-
-
close
-
Closes the connection to the logging database
-
close
-
Closes the connection to the logging database
-
close
-
-
close
-
-
close
-
-
COMPRESS_CHUNK_SIZE
-
Compressing backup files is done in chunks, this determines how large.
-
convert
-
-
convert
-
-
convert
-
Converts the provided INI configuration file to a PHP array config.
-
convert
-
Converts the configuration file to PHP format usable by the configurator.
-
convert
-
Converts the logging event to the desired format. Derived pattern converters must implement this method.
-
$categoryPrefixing
-
-
$contextPrinting
-
-
$converterMap
-
Maps conversion keywords to the relevant converter.
-
CDATA_EMBEDDED_END
-
-
CDATA_END
-
-
CDATA_PSEUDO_END
-
-
CDATA_START
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
convert
-
-
clear
-
Empties the renderer map.
-
$fileName
-
Caller file name.
-
$filter
-
The first filter in the filter chain.
-
$fullInfo
-
All the information combined.
-
fatal
-
Log a message object with the FATAL level.
-
FATAL
-
-
forcedLog
-
This method creates a new logging event and logs the event without further checks.
-
format
-
Override this method to create your own layout format.
-
FORMAT_INI
-
INI (properties) configuration file format.
-
FORMAT_PHP
-
PHP configuration file format.
-
FORMAT_XML
-
XML configuration file format.
-
$facility
-
The facility value indicates the source of the message.
-
$file
-
Path to the target file.
-
$firstAppend
-
Used to mark first append. Set to false after first append.
-
$fp
-
Stream resource for the target stream.
-
$fp
-
The file resource.
-
$from
-
Email address to put in From field of the email.
-
$from
-
Email address to put in From field of the email.
-
format
-
Converts the logging event to a series of database parameters by using the converter chain which was set up on activation.
-
format
-
Converts the logging event into an array which can be logged to mongodb.
-
formatThrowable
-
Converts an Exception into an array which can be logged to mongodb.
-
$formattingInfo
-
Formatting information, parsed from pattern modifiers.
-
format
-
Converts the event and formats it according to setting in the Formatting information object.
-
format
-
In addition to the level of the statement and message, the returned string includes time, thread, category.
-
format
-
-
format
-
Returns the log statement in a format consisting of the
-
format
-
-
format
-
Produces a formatted string as specified by the conversion pattern.
-
format
-
-
findAndRender
-
Finds the appropriate renderer for the given input, and renders it (i.e. converts it to a string).
-
get
-
Retrieves an appender from the pool by name.
-
get
-
Returns the context value identified by the key parameter.
-
get
-
-
getAdditivity
-
Returns the additivity flag.
-
getAllAppenders
-
Returns the appenders linked to this logger as an array.
-
getAppender
-
Returns a linked appender by name.
-
getAppenders
-
Returns all appenders from the pool.
-
getClassName
-
Returns the caller class name.
-
getContentType
-
Returns the content type output by this layout.
-
getCurrentLoggers
-
Returns all the currently defined loggers in this hierarchy as an array.
-
getCurrentLoggers
-
Returns an array this whole Logger instances.
-
getDefaultConfiguration
-
Returns the default log4php configuration.
-
getDefaultLayout
-
Returns the default layout for this appender. Can be overriden by derived appenders.
-
getDepth
-
Get the current nesting depth of this diagnostic context.
-
getEffectiveLevel
-
Starting from this Logger, search the Logger hierarchy for a non-null level and return it.
-
getEffectiveLevel
-
-
getFileName
-
Returns the caller file name.
-
getFilter
-
Returns the first filter in the filter chain.
-
getFirstFilter
-
Returns the first filter in the filter chain.
-
getFooter
-
Returns the footer for the layout format.
-
getFullInfo
-
Returns the full information of the caller.
-
getFullQualifiedClassname
-
Returns the full qualified classname.
-
getHeader
-
Returns the header for the layout format.
-
getHierarchy
-
Returns the hierarchy used by this Logger.
-
getLayout
-
Returns the appender layout.
-
getLevel
-
Get the assigned Logger level.
-
getLevel
-
Return the level of this event. Use this form instead of directly accessing the $level field.
-
getLevelAll
-
Returns an All Level
-
getLevelDebug
-
Returns a Debug Level
-
getLevelError
-
Returns an Error Level
-
getLevelFatal
-
Returns a Fatal Level
-
getLevelInfo
-
Returns an Info Level
-
getLevelOff
-
Returns an Off Level
-
getLevelTrace
-
Returns a Trace Level
-
getLevelWarn
-
Returns a Warn Level
-
getLineNumber
-
Returns the caller line number.
-
getLocationInformation
-
Set the location information for this logging event. The collected information is cached for future use.
-
getLogger
-
Returns a named logger instance logger. If it doesn't exist, one is created.
-
getLogger
-
Returns the logger which created the event.
-
getLogger
-
Returns a Logger by name. If it does not exist, it will be created.
-
getLoggerName
-
Return the name of the logger. Use this form instead of directly accessing the $categoryName field.
-
getMap
-
Returns the contex map as an array.
-
getMDC
-
Returns the the context corresponding to the
parameter.
-
getMDCMap
-
Returns the entire MDC context.
-
getMessage
-
Return the message for this logging event.
-
getMethodName
-
Returns the caller method name.
-
getName
-
Returns the logger name.
-
getName
-
Retruns the appender name.
-
getNDC
-
This method returns the NDC for this event. It will return the correct content even if the event was generated in a different thread or even on a different machine. The
LoggerNDC::get() method should
never be called directly.
-
getNext
-
Returns the next filter in this chain
-
getParent
-
Returns the parent Logger. Can be null if this is the root logger.
-
getRelativeTime
-
Returns the time in seconds passed from the beginning of execution to the time the event was constructed.
-
getRenderedMessage
-
Render message.
-
getRendererMap
-
Returns the logger renderer map.
-
getRootLogger
-
Returns the Root Logger.
-
getRootLogger
-
Returns the root logger.
-
getStartTime
-
Returns the time when the application started, as a UNIX timestamp with microseconds.
-
getStringRepresentation
-
Returns string representation of throwable
-
getSyslogEquivalent
-
Return the syslog equivalent of this level as an integer.
-
getThreadName
-
-
getThreshold
-
Returns the main threshold level.
-
getThreshold
-
Returns the appender's threshold level.
-
getThrowable
-
Return source exception
-
getThrowableInformation
-
-
getTime
-
Returns the time in milliseconds passed from the beginning of execution to the time the event was constructed.
-
getTimeStamp
-
-
getAppend
-
Returns the 'append' parameter.
-
getCollection
-
Returns the active mongodb collection.
-
getCollectionName
-
Returns the value of $collectionName parameter.
-
getCompress
-
Returns the 'compress' parameter.
-
getConnection
-
Returns the mongodb connection.
-
getDatabaseHandle
-
Returns the active database handle or null if not established.
-
getDatabaseName
-
Returns the value of $databaseName parameter.
-
getDate
-
Renders the date using the configured
-
getDatePattern
-
Returns the 'datePattern' parameter.
-
getDefaultLayout
-
Override the default layout to use serialized.
-
getDSN
-
Returns the DSN string.
-
getFacility
-
Returns the 'facility' parameter.
-
getFile
-
Returns the 'file' parameter.
-
getFileName
-
Returns the 'file' parmeter. Left for legacy reasons.
-
getFrom
-
Returns the 'from' parameter.
-
getFrom
-
Returns the 'from' parameter.
-
getHost
-
Returns the value of $host parameter.
-
getHtmlLineBreaks
-
Returns the 'htmlLineBreaks' parameter.
-
getIdent
-
Returns the 'ident' parameter.
-
getInsertPattern
-
Returns the insert pattern.
-
getInsertSQL
-
Returns the insert SQL.
-
getMaxBackupIndex
-
Returns the 'maxBackupIndex' parameter.
-
getMaxFileSize
-
Returns the 'maxFileSize' parameter.
-
getMaximumFileSize
-
Get the maximum size that the output file is allowed to reach before being rolled over to backup files.
-
getOption
-
Returns the 'option' parameter.
-
getOverridePriority
-
Returns the 'overridePriority' parameter.
-
getPassword
-
Returns the password.
-
getPassword
-
Returns the value of $password parameter.
-
getPort
-
Returns the target port.
-
getPort
-
Returns the value of $port parameter.
-
getPort
-
Returns the 'port' parameter.
-
getPriority
-
Returns the 'priority' parameter.
-
getRemoteHost
-
Returns the target host.
-
getSmtpHost
-
Returns the 'smtpHost' parameter.
-
getSubject
-
Returns the 'subject' parameter.
-
getSubject
-
Returns the 'subject' parameter.
-
getTable
-
Returns the table name.
-
getTarget
-
Returns the value of the 'target' parameter.
-
getTarget
-
Returns the target.
-
getTargetFile
-
Determines target file. Replaces %s in file path with a date.
-
getTargetFile
-
Helper function which can be easily overriden by daily file appender.
-
getTimeout
-
Returns the value of $timeout parameter.
-
getTimeout
-
Returns the timeout
-
getTo
-
Returns the 'to' parameter.
-
getTo
-
Returns the 'to' parameter.
-
getUser
-
Returns the username.
-
getUserName
-
Returns the value of $userName parameter.
-
getSystemProperty
-
Read a predefined var.
-
getCategoryPrefixing
-
-
getContentType
-
-
getContextPrinting
-
-
getDateFormat
-
-
getDefaultConverterMap
-
Returns the default converter map.
-
getFooter
-
-
getFooter
-
-
getHeader
-
-
getHeader
-
-
getLocationInfo
-
Whether or not file name and line number will be included in the output.
-
getLocationInfo
-
Returns the current value of the LocationInfo option.
-
getLocationInfo
-
Returns the location information flag.
-
getLog4jNamespace
-
-
getMicroSecondsPrinting
-
-
getThreadPrinting
-
-
getTitle
-
-
getByClassName
-
Returns the appropriate renderer for a given class name.
-
getByObject
-
Returns the appropriate renderer for a given object.
-
getDefaultRenderer
-
Returns the default renderer.
-
$layout
-
The appender's layout. Can be null if the appender does not use a layout.
-
$level
-
Level of the logging event.
-
$lineNumber
-
Caller line number.
-
$loggers
-
Array holding all Logger instances.
-
LOCATION_INFO_NA
-
The value to return when the location information is not available.
-
log
-
Log a message using the provided logging level.
-
LoggerAppenderRollingFile.php
-
-
LoggerConfigurationAdapter.php
-
-
LoggerConfigurationAdapterINI.php
-
-
LoggerConfigurationAdapterPHP.php
-
-
LoggerConfigurationAdapterXML.php
-
-
LoggerConfiguratorDefault.php
-
-
LoggerFilterDenyAll.php
-
-
LoggerFilterLevelMatch.php
-
-
LoggerFilterLevelRange.php
-
-
LoggerFilterStringMatch.php
-
-
LoggerFormattingInfo.php
-
-
LoggerOptionConverter.php
-
-
LoggerPatternParser.php
-
-
LoggerUtils.php
-
-
LoggerLayoutHtml.php
-
-
LoggerLayoutPattern.php
-
-
LoggerLayoutSerialized.php
-
-
LoggerLayoutSimple.php
-
-
LoggerLayoutTTCC.php
-
-
LoggerLayoutXml.php
-
-
Logger.php
-
-
LoggerAppender.php
-
-
LoggerAppenderPool.php
-
-
LoggerAutoloader.php
-
-
LoggerConfigurable.php
-
-
LoggerConfigurator.php
-
-
LoggerException.php
-
-
LoggerFilter.php
-
-
LoggerHierarchy.php
-
-
LoggerLayout.php
-
-
LoggerLevel.php
-
-
LoggerLocationInfo.php
-
-
LoggerLoggingEvent.php
-
-
LoggerMDC.php
-
-
LoggerNDC.php
-
-
LoggerReflectionUtils.php
-
-
LoggerRoot.php
-
-
LoggerThrowableInformation.php
-
-
LoggerPatternConverter.php
-
-
LoggerPatternConverterClass.php
-
-
LoggerPatternConverterCookie.php
-
-
LoggerPatternConverterDate.php
-
-
LoggerPatternConverterEnvironment.php
-
-
LoggerPatternConverterFile.php
-
-
LoggerPatternConverterLevel.php
-
-
LoggerPatternConverterLine.php
-
-
LoggerPatternConverterLiteral.php
-
-
LoggerPatternConverterLocation.php
-
-
LoggerPatternConverterLogger.php
-
-
LoggerPatternConverterMDC.php
-
-
LoggerPatternConverterMessage.php
-
-
LoggerPatternConverterMethod.php
-
-
LoggerPatternConverterNDC.php
-
-
LoggerPatternConverterNewLine.php
-
-
LoggerPatternConverterProcess.php
-
-
LoggerPatternConverterRelative.php
-
-
LoggerPatternConverterRequest.php
-
-
LoggerPatternConverterServer.php
-
-
LoggerPatternConverterSession.php
-
-
LoggerPatternConverterSessionID.php
-
-
LoggerPatternConverterSuperglobal.php
-
-
LoggerPatternConverterThrowable.php
-
-
LoggerRenderer.php
-
-
LoggerRendererDefault.php
-
-
LoggerRendererException.php
-
-
LoggerRendererMap.php
-
-
logEvent
-
Logs an already prepared logging event object.
-
Logger
-
This is the central class in the log4php package. All logging operations are done through this class.
-
LoggerAppender
-
Abstract class that defines output logs strategies.
-
LoggerAppenderPool
-
Pool implmentation for LoggerAppender instances.
-
LoggerAutoloader
-
Class autoloader.
-
LoggerConfigurable
-
A base class from which all classes which have configurable properties are extended. Provides a generic setter with integrated validation.
-
LoggerConfigurator
-
Interface for logger configurators.
-
LoggerConfiguratorDefault
-
Default implementation of the logger configurator.
-
LoggerException
-
LoggerException class
-
LoggerFilter
-
Users should extend this class to implement customized logging
-
LoggerHierarchy
-
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy. The logger hierarchy is dealing with the several Log-Levels Logger can have. From log4j website:
-
LoggerLayout
-
Extend this abstract class to create your own log layout format.
-
LoggerLevel
-
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO, DEBUG and ALL.
-
LoggerLocationInfo
-
The internal representation of caller location information.
-
LoggerLoggingEvent
-
The internal representation of logging event.
-
LoggerMDC
-
The LoggerMDC class provides _mapped diagnostic contexts_.
-
LoggerNDC
-
The NDC class implements nested diagnostic contexts.
-
LoggerReflectionUtils
-
Provides methods for reflective use on php objects
-
LoggerRoot
-
The root logger.
-
LoggerThrowableInformation
-
The internal representation of throwables.
-
$locking
-
If set to true, the file is locked before appending. This allows concurrent access. However, appending without locking is faster so it should be used where appropriate.
-
LoggerAppenderConsole.php
-
-
LoggerAppenderDailyFile.php
-
-
LoggerAppenderEcho.php
-
-
LoggerAppenderFile.php
-
-
LoggerAppenderFirePHP.php
-
-
LoggerAppenderMail.php
-
-
LoggerAppenderMailEvent.php
-
-
LoggerAppenderMongoDB.php
-
-
LoggerAppenderNull.php
-
-
LoggerAppenderPDO.php
-
-
LoggerAppenderPhp.php
-
-
LoggerAppenderSocket.php
-
-
LoggerAppenderSyslog.php
-
-
LoggerAppenderConsole
-
LoggerAppenderConsole appends log events either to the standard output stream (php://stdout) or the standard error stream (php://stderr).
-
LoggerAppenderDailyFile
-
An Appender that automatically creates a new logfile each day.
-
LoggerAppenderEcho
-
LoggerAppenderEcho uses the PHP echo() function to output events.
-
LoggerAppenderFile
-
LoggerAppenderFile appends log events to a file.
-
LoggerAppenderFirePHP
-
Logs messages as HTTP headers using the FirePHP Insight API.
-
LoggerAppenderMail
-
LoggerAppenderMail appends log events via email.
-
LoggerAppenderMailEvent
-
LoggerAppenderMailEvent appends individual log events via email.
-
LoggerAppenderMongoDB
-
Appender for writing to MongoDB.
-
LoggerAppenderNull
-
A NullAppender merely exists, it never outputs a message to any device.
-
LoggerAppenderPDO
-
LoggerAppenderPDO appender logs to a database using the PHP's PDO extension.
-
LoggerAppenderPhp
-
LoggerAppenderPhp logs events by creating a PHP user-level message using the PHP's trigger_error()function.
-
LoggerAppenderRollingFile
-
LoggerAppenderRollingFile writes logging events to a specified file. The file is rolled over after a specified size has been reached.
-
LoggerAppenderSocket
-
LoggerAppenderSocket appends to a network socket.
-
LoggerAppenderSyslog
-
Log events to a system log using the PHP syslog() function.
-
LoggerConfigurationAdapter
-
The interface for configurator adapters.
-
LoggerConfigurationAdapterINI
-
Converts ini configuration files to a PHP array.
-
LoggerConfigurationAdapterPHP
-
Converts PHP configuration files to a PHP array.
-
LoggerConfigurationAdapterXML
-
Converts XML configuration files to a PHP array.
-
LOGGER_PREFIX
-
Prefix used for defining a logger.
-
$levelMax
-
-
$levelMin
-
-
$levelToMatch
-
The level, when to match
-
LoggerFilterDenyAll
-
This filter drops all logging events.
-
LoggerFilterLevelMatch
-
This is a very simple filter based on level matching.
-
LoggerFilterLevelRange
-
This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.
-
LoggerFilterStringMatch
-
This is a very simple filter based on string matching.
-
LoggerFormattingInfo
-
This class encapsulates the information obtained when parsing formatting modifiers in conversion modifiers.
-
LoggerOptionConverter
-
A convenience class to convert property values to specific types.
-
LoggerPatternConverter
-
LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
-
LoggerPatternParser
-
Most of the work of the LoggerPatternLayout class is delegated to the
LoggerPatternParser class.
-
LoggerUtils
-
Contains various helper methods.
-
$locationInfo
-
If set to true then the file name and line number of the origin of the log statement will be output.
-
$locationInfo
-
The LocationInfo option takes a boolean value. By
-
$locationInfo
-
Whether to include the event's location information (slow).
-
$log4jNamespace
-
If set to true, log4j namespace will be used instead of the log4php namespace.
-
LOG4J_NS
-
-
LOG4J_NS_PREFIX
-
-
LOG4PHP_NS
-
-
LOG4PHP_NS_PREFIX
-
-
LoggerLayoutHtml
-
This layout outputs events in a HTML table.
-
LoggerLayoutPattern
-
A flexible layout configurable with a pattern string.
-
LoggerLayoutSerialized
-
Layout which formats the events using PHP's serialize() function.
-
LoggerLayoutSimple
-
A simple layout.
-
LoggerLayoutTTCC
-
TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
-
LoggerLayoutXml
-
The output of the LoggerXmlLayout consists of a series of log4php:event elements.
-
LoggerPatternConverterClass
-
Returns the fully qualified class name of the class from which the logging request was issued.
-
LoggerPatternConverterCookie
-
Returns a value from the $_COOKIE superglobal array corresponding to the given key. If no key is given, return all values.
-
LoggerPatternConverterDate
-
Returns the date/time of the logging request.
-
LoggerPatternConverterEnvironment
-
Returns a value from the $_ENV superglobal array corresponding to the given key.
-
LoggerPatternConverterFile
-
Returns the name of the file from which the logging request was issued.
-
LoggerPatternConverterLevel
-
Returns the event's level.
-
LoggerPatternConverterLine
-
Returns the line number within the file from which the logging request was issued.
-
LoggerPatternConverterLiteral
-
Returns the literal value passed in the constructor, without modifications.
-
LoggerPatternConverterLocation
-
Returns the line number within the file from which the logging request was issued.
-
LoggerPatternConverterLogger
-
Returns the name of the logger which created the logging request.
-
LoggerPatternConverterMDC
-
Returns the Mapped Diagnostic Context value corresponding to the given key.
-
LoggerPatternConverterMessage
-
Returns the logged message.
-
LoggerPatternConverterMethod
-
Returns the name of the function or method from which the logging request was issued.
-
LoggerPatternConverterNDC
-
Returns the full Nested Diagnostic Context.
-
LoggerPatternConverterNewLine
-
Returns platform-specific newline character(s).
-
LoggerPatternConverterProcess
-
Returns the PID of the current process.
-
LoggerPatternConverterRelative
-
Returns the number of milliseconds elapsed since the start of the application until the creation of the logging event.
-
LoggerPatternConverterRequest
-
Returns a value from the $_REQUEST superglobal array corresponding to the given key.
-
LoggerPatternConverterServer
-
Returns a value from the $_SERVER superglobal array corresponding to the given key.
-
LoggerPatternConverterSession
-
Returns a value from the $_SESSION superglobal array corresponding to the given key.
-
LoggerPatternConverterSessionID
-
Returns the active session ID, or an empty string if out of session.
-
LoggerPatternConverterSuperglobal
-
Returns a value from a superglobal array corresponding to the given key.
-
LoggerPatternConverterThrowable
-
Returns the throwable information linked to the logging event, if any.
-
LoggerRenderer
-
Implement this interface in order to render objects to strings.
-
LoggerRendererDefault
-
The default renderer, which is used when no other renderer is found.
-
LoggerRendererException
-
Renderer used for Exceptions.
-
LoggerRendererMap
-
Manages defined renderers and determines which renderer to use for a given input.
-
setAdditivity
-
Sets the additivity flag.
-
setBoolean
-
Setter function for boolean type.
-
setFileSize
-
Setter for file size.
-
setInteger
-
Setter function for integer type.
-
setLayout
-
Sets the appender layout.
-
setLevel
-
Set the Logger level.
-
setLevel
-
Setter function for LoggerLevel values.
-
setLevel
-
Override level setter to prevent setting the root logger's level to null. Root logger must always have a level.
-
setMaxDepth
-
Set maximum depth of this diagnostic context. If the current depth is smaller or equal to maxDepth, then no action is taken.
-
setName
-
Sets the appender name.
-
setNumeric
-
Setter function for numeric type.
-
setParent
-
Sets the parent logger.
-
setParent
-
Override parent setter. Root logger cannot have a parent.
-
setPositiveInteger
-
Setter function for integer type.
-
setProperties
-
Set the properites for the object that match the
passed as parameter.
-
setPropertiesByObject
-
Set the properties of an object passed as a parameter in one go. The
are parsed relative to a
.
-
setProperty
-
Set a property on this PropertySetter's Object. If successful, this
-
setString
-
Setter function for string type.
-
setter
-
-
setThreshold
-
Sets the appender threshold.
-
setThreshold
-
Sets the main threshold level.
-
shutdown
-
Safely close all appenders.
-
shutdown
-
Shutting down a hierarchy will safely close and remove all appenders in all loggers including the root logger.
-
$smtpHost
-
Mail server hostname (windows only).
-
$subject
-
The subject of the email.
-
$subject
-
The subject of the email.
-
setAppend
-
Sets the 'append' parameter.
-
setCollectionName
-
Sets the value of $collectionName parameter.
-
setCompress
-
Sets the 'compress' parameter.
-
setDatabaseName
-
Sets the value of $databaseName parameter.
-
setDatePattern
-
Sets the 'datePattern' parameter.
-
setDry
-
Enables or disables dry mode.
-
setDry
-
Enables or disables dry mode.
-
setDSN
-
Sets the DSN string.
-
setFacility
-
Sets the $facility.
-
setFile
-
Sets the 'file' parameter.
-
setFileName
-
Sets the 'file' parmeter. Left for legacy reasons.
-
setFrom
-
Sets the 'from' parameter.
-
setFrom
-
Sets the 'from' parameter.
-
setHost
-
Sets the value of $host parameter.
-
setHtmlLineBreaks
-
Sets the 'htmlLineBreaks' parameter.
-
setIdent
-
Sets the $ident.
-
setInsertPattern
-
Sets the insert pattern.
-
setInsertSQL
-
Sets the insert SQL.
-
setMaxBackupIndex
-
Set the 'maxBackupIndex' parameter.
-
setMaxFileSize
-
Set the 'maxFileSize' parameter.
-
setMaximumFileSize
-
Set the 'maxFileSize' parameter (kept for backward compatibility).
-
setOption
-
Sets the 'option' parameter.
-
setOverridePriority
-
Sets the $overridePriority.
-
setPassword
-
Sets the value of $password parameter.
-
setPassword
-
Sets the password.
-
setPort
-
Sets the target port
-
setPort
-
Sets the value of $port parameter.
-
setPort
-
Sets the 'port' parameter.
-
setPriority
-
Sets the $priority.
-
setRemoteHost
-
Sets the target host.
-
setSmtpHost
-
Sets the 'smtpHost' parameter.
-
setSubject
-
Sets the 'subject' parameter.
-
setSubject
-
Sets the 'subject' parameter.
-
setTable
-
Sets the table name.
-
setTarget
-
Sets the target.
-
setTarget
-
Sets the 'target' parameter.
-
setTimeout
-
Sets the value of $timeout parameter.
-
setTimeout
-
Sets the timeout.
-
setTo
-
Sets the 'to' parameter.
-
setTo
-
Sets the 'to' parameter.
-
setUser
-
Sets the username.
-
setUserName
-
Sets the value of $userName parameter.
-
STDERR
-
The standard error stream.
-
STDOUT
-
The standard otuput stream.
-
SCHEMA_PATH
-
Path to the XML schema used for validation.
-
$stringToMatch
-
-
setAcceptOnMatch
-
-
setAcceptOnMatch
-
-
setAcceptOnMatch
-
-
setLevelMax
-
-
setLevelMin
-
-
setLevelToMatch
-
-
setStringToMatch
-
-
shortenClassName
-
Attempts to shorten the given class name to the desired length.
-
substConstants
-
Performs value substitution for string options.
-
setCategoryPrefixing
-
The CategoryPrefixing option specifies whether Category name is part of log output or not. This is true by default.
-
setContextPrinting
-
The ContextPrinting option specifies log output will include the nested context information belonging to the current thread.
-
setConversionPattern
-
Sets the conversionPattern option. This is the string which controls formatting and consists of a mix of literal content and conversion specifiers.
-
setDateFormat
-
-
setLocationInfo
-
Sets the location information flag.
-
setLocationInfo
-
The LocationInfo option takes a boolean value. By
-
setLocationInfo
-
The $locationInfo option takes a boolean value. By default,
-
setLog4jNamespace
-
-
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. This is true by default.
-
setTitle
-
The Title option takes a String value. This option sets the document title of the generated HTML document.
-
setDefaultRenderer
-
Sets a custom default renderer class.
-
$threshold
-
Main level threshold. Events with lower level will not be logged by any logger, regardless of it's configuration.
-
$threshold
-
Appender threshold level. Events whose level is below the threshold will not be logged.
-
$timeStamp
-
The number of seconds elapsed from 1/1/1970 until logging event was created plus microseconds if available.
-
toInt
-
Returns the integer representation of this level.
-
toLevel
-
Convert the input argument to a level. If the conversion fails, then this method returns the provided default level.
-
toString
-
Returns the string representation of this level.
-
toString
-
Serialize this object
-
TRACE
-
-
trace
-
Log a message object with the TRACE level.
-
$table
-
Name of the table to which to append log events.
-
$target
-
The 'target' parameter.
-
$target
-
The target for log messages. Possible values are: 'page' (default), 'request', 'package' and 'contoller'.
-
$timeout
-
Timeout value used when connecting to the database (in milliseconds).
-
$timeout
-
Connection timeout in ms.
-
$to
-
One or more comma separated email addresses to which to send the email.
-
$to
-
One or more comma separated email addresses to which to send the email.
-
THRESHOLD_PREFIX
-
Prefix used for defining logger threshold.
-
$trimLeft
-
Whether to trim the string from the left. If set to false, the string will be trimmed from the right.
-
toBooleanEx
-
Converts $value to boolean, or throws an exception if not possible.
-
toFileSizeEx
-
Converts a value to a valid file size (integer).
-
toIntegerEx
-
Converts $value to integer, or throws an exception if not possible.
-
tokenizeClassName
-
Splits a fully qualified class name into fragments delimited by the namespace separator (\).
-
toLevelEx
-
Converts the value to a level. Throws an exception if not possible.
-
toPositiveIntegerEx
-
Converts $value to integer, or throws an exception if not possible.
-
toStringEx
-
Converts a value to string, or throws an exception if not possible.
-
$threadPrinting
-
-
$title
-
The Title option takes a String value. This option sets the document title of the generated HTML document.
-
TTCC_CONVERSION_PATTERN
-
Default conversion TTCC Pattern