LogTransport
class LogTransport implements TransportInterface (View source)
Properties
protected LoggerInterface | $logger | The Logger instance. |
Methods
void
__construct(LoggerInterface $logger)
Create a new log transport instance.
SentMessage|null
send(RawMessage $message, Envelope $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.
Details
void
__construct(LoggerInterface $logger)
Create a new log transport instance.
SentMessage|null
send(RawMessage $message, Envelope $envelope = null)
{@inheritdoc}
protected 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.