W3cubDocs

/Laravel 8

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.

Parameters

string $level
string $message
array $context

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Log/Events/MessageLogged.html