MessageLogged
class MessageLogged (View source)
Properties
string | $level | The log "level". | |
string | $message | The log message. | |
array | $context | The log context. |
Methods
void | __construct(string $level, string $message, array $context = []) Create a new event instance. |
Details
void __construct(string $level, string $message, array $context = [])
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Log/Events/MessageLogged.html