class LogTransport implements Stringable, TransportInterface (View source)
| protected LoggerInterface | $logger | The Logger instance. |
| void | __construct(LoggerInterface $logger)
Create a new log transport instance. | |
| SentMessage|null | send(RawMessage $message, Envelope|null $envelope = null) {@inheritdoc} | |
| string | decodeQuotedPrintableContent(string $part)
Decode the given quoted printable content. | |
| LoggerInterface | logger()
Get the logger for the LogTransport instance. | |
| string | __toString()
Get the string representation of the transport. |
Create a new log transport instance.
{@inheritdoc}
Decode the given quoted printable content.
Get the logger for the LogTransport instance.
Get the string representation of the transport.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Mail/Transport/LogTransport.html