class FingersCrossedHandler extends FingersCrossedHandler

Methods

__construct(Closure|HandlerInterface $handler, int|string|Level|ActivationStrategyInterface|null $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $stopBuffering = true, int|string|Level|null $passthruLevel = null)

No description

void
activate()

No description

bool
handle(LogRecord $record)

No description

void
close()

No description

void
reset()

No description

void
clear()

No description

Details

at line 29
__construct(Closure|HandlerInterface $handler, int|string|Level|ActivationStrategyInterface|null $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $stopBuffering = true, int|string|Level|null $passthruLevel = null)

No description

Parameters

Closure|HandlerInterface $handler
int|string|Level|ActivationStrategyInterface|null $activationStrategy
int $bufferSize
bool $bubble
bool $stopBuffering
int|string|Level|null $passthruLevel

at line 49
void activate()

No description

Return Value

void

at line 66
bool handle(LogRecord $record)

No description

Parameters

LogRecord $record

Return Value

bool

at line 92
void close()

No description

Return Value

void

at line 99
void reset()

No description

Return Value

void

at line 110
void clear()

No description

Return Value

void