final class EventLogger implements Tracer (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(string $path, bool $includeTelemetryInfo)

No description

void
trace(Event $event)

No description

Details

__construct(string $path, bool $includeTelemetryInfo)

No description

Parameters

string $path
bool $includeTelemetryInfo

void trace(Event $event)

No description

Parameters

Event $event

Return Value

void