mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Refactor log message documentation in Action class to improve clarity and formatting
This commit is contained in:
parent
5761320bfb
commit
204b00850d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue