$prefix public property
A PHP callable that returns a string to be prefixed to every exported message.
If not set, getMessagePrefix() will be used, which prefixes the message with context information such as user IP, user ID and session ID.
The signature of the callable should be function ($message)
.
Please login to continue.