Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2017-01-04 14:28:31 +0800
Commit
18a597daa866c36429a5af558f030ad1ed2c2df4
2 parents
20a967d5
824310d4
Merge branch 'hotfix/mktCodeLen' of git.yoho.cn:fe/YOHOBUYWAP into hotfix/mktCodeLen
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/UdpLog.php
library/Plugin/UdpLog.php
View file @
18a597d
...
...
@@ -71,7 +71,7 @@ class UdpLog
*/
private
static
function
fileLog
(
$level
,
$message
)
{
$filename
=
$level
.
'-h5
-'
.
date
(
'Ymd'
,
time
())
.
'
.log'
;
//日志文件
$filename
=
$level
.
'-h5.log'
;
//日志文件
$logFile
=
self
::
createPath
(
self
::
$filePath
,
$filename
);
if
(
!
file_exists
(
self
::
$filePath
))
//判断文件路径是否存在
{
...
...
Please
register
or
login
to post a comment