Form->create('Log'); ?>
Form->input('Component'); echo $this->Form->input('Pid'); echo $this->Form->input('Level'); echo $this->Form->input('Code'); echo $this->Form->input('Message'); echo $this->Form->input('File'); echo $this->Form->input('Line'); ?>
Form->end(__('Submit')); ?>