log\Target $prefix

$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).

public callable $prefix = null
doc_Yii
2016-10-30 17:06:58
Comments
Leave a Comment

Please login to continue.