formatContent() public method

Format the content of a log file.
public formatContent ( array $Log ) : string
$Log array The log entry to format.
return string Returns the formatted log entry.
Esempio n. 1
0
 /**
  * Convenience method to call model's FormatContent.
  *
  * @since 2.0.?
  * @access protected
  *
  * @param object $Log .
  */
 protected function formatContent($Log)
 {
     return $this->LogModel->formatContent($Log);
 }