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.

Parameters

LoggerInterface $logger

at line 25
SentMessage|null send(RawMessage $message, Envelope|null $envelope = null)

No description

Parameters

RawMessage $message
Envelope|null $envelope

Return Value

SentMessage|null

at line 53
protected string decodeQuotedPrintableContent(string $part)

Decode the given quoted printable content.

Parameters

string $part

Return Value

string

at line 70
LoggerInterface logger()

Get the logger for the LogTransport instance.

Return Value

LoggerInterface

at line 78
string __toString()

Get the string representation of the transport.

Return Value

string