Interface ErrorLoggerInterface
Interface for error logging handlers.
Used by the ErrorHandlerMiddleware and global error handlers to log exceptions and errors.
Namespace: Cake\Error
Method Summary
Method Detail
log() public
log(\Throwable $exception, ?\Psr\Http\Message\ServerRequestInterface $request)
Log an error for an exception with optional request context.
Parameters
-
\Throwable
$exception The exception to log a message for.
-
\Psr\Http\Message\ServerRequestInterface|null
$request optional The current request if available.
Returns
bool
logMessage() public
logMessage(mixed $level, string $message, array $context)
Log a an error message to the error logger.
Parameters
-
string|int
$level The logging level
-
string
$message The message to be logged.
-
array
$context optional Context.
Returns
bool
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/interface-Cake.Error.ErrorLoggerInterface.html