소스 검색

added blank lines to logs

develop
Robin Thoni 8 년 전
부모
커밋
bb0ac54cb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Utils/Business/LuLog.php

+ 1
- 1
src/Utils/Business/LuLog.php 파일 보기

@@ -16,7 +16,7 @@ class LuLog {
16 16
     public static function log($data)
17 17
     {
18 18
         try {
19
-            file_put_contents(self::$_logFilePath, "\n\n" . $data, FILE_APPEND);
19
+            file_put_contents(self::$_logFilePath, "\n\n\n" . $data, FILE_APPEND);
20 20
         }
21 21
         catch (\Exception $e)
22 22
         {

Loading…
취소
저장