Correct previous revision version to 4.5.0

luzpaz 2023-08-24 06:42:33 -04:00
parent 5687dd7b95
commit 11a2cf32b4

@ -841,7 +841,7 @@ Property | Type | Description
------------|---------|------------ ------------|---------|------------
`id` | integer | ID of the message `id` | integer | ID of the message
`message` | string | Text of the message `message` | string | Text of the message
`timestamp` | integer | Seconds since epoch (Note: switched from milliseconds to seconds in v4.6.0) `timestamp` | integer | Seconds since epoch (Note: switched from milliseconds to seconds in v4.5.0)
`type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8` `type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8`
Example: Example: