formatContent() 공개 메소드

Format the content of a log file.
public formatContent ( array $Log ) : string
$Log array The log entry to format.
리턴 string Returns the formatted log entry.
예제 #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);
 }