warning() public static method
Logs a warning message.
A warning message is typically logged when an error occurs while the execution can still continue.
public static void warning ( $message, $category = 'application' ) | ||
---|---|---|
$message | string |
The message to be logged. |
$category | string |
The category of the message. |
Please login to continue.