-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from nguyenanhung/develop
Release version 2.0.4
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ public function __construct() | |
/** | ||
* Hàm lấy trạng thái Debug | ||
* | ||
* @return bool|mixed | ||
* @return bool | ||
* @author: 713uk13m <[email protected]> | ||
* @time : 10/17/18 09:52 | ||
* | ||
|
@@ -89,7 +89,7 @@ public function setDebugStatus($debug = FALSE) | |
/** | ||
* Hàm get Level lưu log cho toàn hệ thống | ||
* | ||
* @return mixed|null|string | ||
* @return null|string | ||
* @author: 713uk13m <[email protected]> | ||
* @time : 10/17/18 09:53 | ||
* | ||
|
@@ -123,7 +123,7 @@ public function setGlobalLoggerLevel($globalLoggerLevel = NULL) | |
/** | ||
* Hàm lấy thư mục lưu log - main Path | ||
* | ||
* @return mixed|null|string | ||
* @return null|string | ||
* @author: 713uk13m <[email protected]> | ||
* @time : 10/17/18 09:55 | ||
* | ||
|
@@ -136,7 +136,7 @@ public function getLoggerPath() | |
/** | ||
* Hàm lấy thư mục lưu log - sub Path | ||
* | ||
* @return mixed|null|string | ||
* @return null|string | ||
* @author: 713uk13m <[email protected]> | ||
* @time : 10/17/18 09:56 | ||
* | ||
|
@@ -187,7 +187,7 @@ public function setLoggerSubPath($sub_path = '') | |
/** | ||
* Hàm lấy tên file Log | ||
* | ||
* @return mixed|string | ||
* @return string|null | ||
* @author: 713uk13m <[email protected]> | ||
* @time : 10/17/18 09:57 | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ public function setLoggerSubPath($sub_path = ''); | |
* @author: 713uk13m <[email protected]> | ||
* @time : 10/17/18 09:57 | ||
* | ||
* @return mixed|string | ||
* @return mixed|string|null | ||
*/ | ||
public function getLoggerFilename(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters