[Swift_Log] element index
Package indexes
EasySwift
Swift
Swift_Authenticator
Swift_Connection
Swift_Cache
Swift_Events
Swift_Message
Swift_Plugin
All elements
a
c
d
e
f
g
h
i
l
m
o
r
s
_
_
top
__construct
Swift_Exception::__construct()
in Exception.php
Constructor.
a
top
add
Swift_Log_DefaultLog::add()
in DefaultLog.php
Add a log entry
add
Swift_Log::add()
in Log.php
Add a new entry to the log
addFailedRecipient
Swift_Log::addFailedRecipient()
in Log.php
Add a failed recipient to the list
c
top
clear
Swift_Log::clear()
in Log.php
Empty the log contents
clear
Swift_Log_DefaultLog::clear()
in DefaultLog.php
Empty the log
d
top
dump
Swift_Log::dump()
in Log.php
Dump the contents of the log to the browser.
dump
Swift_Log_DefaultLog::dump()
in DefaultLog.php
Dump the contents of the log to the browser.
DefaultLog.php
DefaultLog.php
in DefaultLog.php
e
top
$entries
Swift_Log_DefaultLog::$entries
in DefaultLog.php
Lines in the log
RESPONSE
Swift_Log::RESPONSE
in Log.php
A response type entry
Exception.php
Exception.php
in Exception.php
f
top
$failedRecipients
Swift_Log::$failedRecipients
in Log.php
Failed recipients
g
top
getFailedRecipients
Swift_Log::getFailedRecipients()
in Log.php
Get the list of failed recipients
getLog
Swift_LogContainer::getLog()
in LogContainer.php
Returns the current instance of the log, or lazy-loads the default one.
getLogLevel
Swift_Log::getLogLevel()
in Log.php
Get the current log level.
getMaxSize
Swift_Log::getMaxSize()
in Log.php
Get the current maximum allowed log size
h
top
hasLevel
Swift_Log::hasLevel()
in Log.php
Check if the log level includes the one given.
i
top
isEnabled
Swift_Log::isEnabled()
in Log.php
Check if logging is enabled.
l
top
$log
Swift_LogContainer::$log
in LogContainer.php
The log instance.
$logLevel
Swift_Log::$logLevel
in Log.php
The level of logging currently set.
Log.php
Log.php
in Log.php
LogContainer.php
LogContainer.php
in LogContainer.php
m
top
$maxSize
Swift_Log::$maxSize
in Log.php
The maximum number of log entries
o
top
COMMAND
Swift_Log::COMMAND
in Log.php
A command type entry
LOG_ERRORS
Swift_Log::LOG_ERRORS
in Log.php
Only errors are logged.
LOG_EVERYTHING
Swift_Log::LOG_EVERYTHING
in Log.php
Runtime info + SMTP instructions + failures + errors.
LOG_FAILURES
Swift_Log::LOG_FAILURES
in Log.php
Errors + sending failures.
LOG_NETWORK
Swift_Log::LOG_NETWORK
in Log.php
All SMTP instructions + failures + errors.
LOG_NOTHING
Swift_Log::LOG_NOTHING
in Log.php
Logging is off.
NORMAL
Swift_Log::NORMAL
in Log.php
A standard entry
r
top
ERROR
Swift_Log::ERROR
in Log.php
An error type entry
s
top
setLog
Swift_LogContainer::setLog()
in LogContainer.php
Registers the logger.
setLogLevel
Swift_Log::setLogLevel()
in Log.php
Set the log level to one of the constants provided.
setMaxSize
Swift_Log::setMaxSize()
in Log.php
Set the maximum size of this log (zero is no limit)
Swift_Exception
Swift_Exception
in Exception.php
The Logger Interface
Swift_Log
Swift_Log
in Log.php
The Logger class/interface.
Swift_LogContainer
Swift_LogContainer
in LogContainer.php
A registry holding the current instance of the log.
Swift_Log_DefaultLog
Swift_Log_DefaultLog
in DefaultLog.php
The Default Logger class
a
c
d
e
f
g
h
i
l
m
o
r
s
_