mini\Logger\Logger::info() Method

public

Signature

public function info(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

Interesting events.

Example: User logs in, SQL logs.

Inherited From

Psr\Log\AbstractLogger

Source

LoggerTrait.php:77-80