mini\Logger\ScopedLogger::error() Method

public

Signature

public function error(Stringable|string $message, array $context = array (
)): void

Parameters

Name Type Default Description
$message Stringable|string required Documentation missing
$context array array ( ) Documentation missing

Returns

void

Documentation

Runtime errors that do not require immediate action but should typically be logged and monitored.

Source

LoggerTrait.php:48-51