Hi

Where is the benefit of the following:
  $this->layout = LoggerReflectionUtils::createObject('LoggerLayoutPattern');

It breaks Eclipse autocompletion so I'd be inclined to replace it by a simpler:
  $this->layout = new LoggerLayoutPattern();

bye,

-christian-

Reply via email to