Class Swift_Plugins_LoggerPlugin
Does real time logging of Transport level information.
- Swift_Plugins_LoggerPlugin implements Swift_Events_CommandListener, Swift_Events_ResponseListener, Swift_Events_TransportChangeListener, Swift_Events_TransportExceptionListener, Swift_Plugins_Logger
Package: Swift\Plugins
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
#
responseReceived(
Invoked immediately following a response coming back. |
public
|
#
beforeTransportStarted(
Invoked just before a Transport is started. |
public
|
#
transportStarted(
Invoked immediately after the Transport is started. |
public
|
#
beforeTransportStopped(
Invoked just before a Transport is stopped. |
public
|
#
transportStopped(
Invoked immediately after the Transport is stopped. |
public
|
#
exceptionThrown(
Invoked as a TransportException is thrown in the Transport system. |
private
|
$_logger
The logger which is delegated to |