Skip to content

QuietLogger

A logger that silently ignores all messages.

Methods

warn

Emits a warning with the given message.

public warn(mixed $message, mixed $deprecation = false): void

If $deprecation is true, it indicates that this is a deprecation warning. Implementations should surface all this information to the end user.

Parameters:

Parameter Type Description
$message mixed
$deprecation mixed

debug

Emits a debugging message.

public debug(mixed $message): void

Parameters:

Parameter Type Description
$message mixed


Automatically generated on 2025-03-18