error() public static method
Logs an error message.
An error message is typically logged when an unrecoverable error occurs during the execution of an application.
public static void error ( $message, $category = 'application' ) | ||
---|---|---|
$message | string |
The message to be logged. |
$category | string |
The category of the message. |
Please login to continue.