final class RedisInterleavingLogger (View source)

internal  
 

For full docs and context, see {RaceTrackerCatchUpHook}

Methods

static void
connect(string $host, int $port)

No description

static void
reset()

No description

static void
trace(TraceEntryType $type, array $payload = [])

No description

static TraceEntries
getTraces()

No description

Details

static void connect(string $host, int $port)

No description

Parameters

string $host
int $port

Return Value

void

static void reset()

No description

Return Value

void

static void trace(TraceEntryType $type, array $payload = [])

No description

Parameters

TraceEntryType $type
array $payload

Return Value

void

static TraceEntries getTraces()

No description

Return Value

TraceEntries