info() public static method
Logs an informative message.
An informative message is typically logged by an application to keep record of something important (e.g. an administrator logs in).
public static void info ( $message, $category = 'application' ) | ||
---|---|---|
$message | string |
The message to be logged. |
$category | string |
The category of the message. |
Please login to continue.