log\Dispatcher setTraceLevel()

setTraceLevel() public method

public void setTraceLevel ( $value )
$value integer

How many application call stacks should be logged together with each message. This method will set the value of yii\log\Logger::$traceLevel. If the value is greater than 0, at most that number of call stacks will be logged. Note that only application call stacks are counted. Defaults to 0.

doc_Yii
2016-10-30 17:06:47
Comments
Leave a Comment

Please login to continue.