trace() public static method
Logs a trace message.
Trace messages are logged mainly for development purpose to see the execution work flow of some code.
public static void trace ( $message, $category = 'application' ) | ||
---|---|---|
$message | string |
The message to be logged. |
$category | string |
The category of the message. |
Please login to continue.