Browse Source

added blank lines to logs

develop
Robin Thoni 8 years ago
parent
commit
bb0ac54cb9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Utils/Business/LuLog.php

+ 1
- 1
src/Utils/Business/LuLog.php View File

16
     public static function log($data)
16
     public static function log($data)
17
     {
17
     {
18
         try {
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
         catch (\Exception $e)
21
         catch (\Exception $e)
22
         {
22
         {

Loading…
Cancel
Save