class InMemoryHandler extends AbstractProcessingHandler

Class InMemoryHandler

Properties

protected ArrayObject $inMemory

Methods

__construct(ArrayObject $inMemory, int $level = Logger::DEBUG, bool $bubble = true)

InMemoryStreamHandler constructor.

void
write(array $record)

No description

Details

at line 25
__construct(ArrayObject $inMemory, int $level = Logger::DEBUG, bool $bubble = true)

InMemoryStreamHandler constructor.

Parameters

ArrayObject $inMemory
int $level
bool $bubble

at line 33
protected void write(array $record)

No description

Parameters

array $record

Return Value

void