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. |
Please login to continue.