Refactor log message documentation in Action class to improve clarity and formatting

This commit is contained in:
Christy Jacob 2025-06-26 15:09:57 +04:00
parent 5761320bfb
commit 204b00850d

View file

@ -116,10 +116,10 @@ class Action extends UtopiaAction
/**
* Dump Log Message
*
*
* Logs messages to console with timestamp, method context, and project details.
* Supports multiple log types: success, error, log, warning, and info (default).
*
*
* @param string $method The calling method name
* @param string $log The log message
* @param string $type The log type (success, error, log, warning, info)