$message
$message : string
Logging event for phpDocumentor where information is output to the log or stdout.
The information logged by this event will only be visible if the verbose option is provided to phpDocumentor.
setMessage(string $message) : \phpDocumentor\Event\DebugEvent
Provides the message that is to be shown with this event.
string | $message |
setPriority(integer $priority) : \phpDocumentor\Event\LogEvent
Set the priority level for this event.
integer | $priority |