LogTransport
class LogTransport implements Stringable, TransportInterface
Methods
__construct(LoggerInterface $logger)
Create a new log transport instance.
SentMessage|null
send(RawMessage $message, Envelope|null $envelope = null)
No description
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.
Details
at line 20
__construct(LoggerInterface $logger)
Create a new log transport instance.
at line 25
SentMessage|null
send(RawMessage $message, Envelope|null $envelope = null)
No description
at line 53
protected string
decodeQuotedPrintableContent(string $part)
Decode the given quoted printable content.
at line 70
LoggerInterface
logger()
Get the logger for the LogTransport instance.
at line 78
string
__toString()
Get the string representation of the transport.