LogTransport
class LogTransport implements Swift_Transport (View source)
Properties
protected LoggerInterface | $logger | The Logger instance. |
Methods
void | __construct(LoggerInterface $logger) Create a new log transport instance. | |
isStarted() {@inheritdoc} | ||
start() {@inheritdoc} | ||
stop() {@inheritdoc} | ||
send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} | ||
string | getMimeEntityString(Swift_Mime_MimeEntity $entity) Get a loggable string out of a Swiftmailer entity. | |
registerPlugin(Swift_Events_EventListener $plugin) {@inheritdoc} |
Details
void __construct(LoggerInterface $logger)
Create a new log transport instance.
isStarted()
{@inheritdoc}
start()
{@inheritdoc}
stop()
{@inheritdoc}
send(Swift_Mime_Message $message, $failedRecipients = null)
{@inheritdoc}
protected string getMimeEntityString(Swift_Mime_MimeEntity $entity)
Get a loggable string out of a Swiftmailer entity.
registerPlugin(Swift_Events_EventListener $plugin)
{@inheritdoc}
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Mail/Transport/LogTransport.html