public function logContext(common_profiler_Context $context)
 {
     $this->data['context'] = $context->toArray();
     if (!empty($this->comment)) {
         $this->data['context']['comment'] = $this->comment;
     }
 }
Esempio n. 2
0
 public function logContext(common_profiler_Context $context)
 {
     $this->log('Profiling action called: ' . $context->getCalledUrl());
 }