Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ createFileName
Method
createFileName
src/main/java/core/packetproxy/common/Logger.java:89–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
private
String createFileName() {
90
if
(this.file_title == null) {
91
92
return
"log_"
+ System.currentTimeMillis() +
"."
+ this.log_ext;
93
}
else
{
94
95
return
this.file_title + this.log_ext;
96
}
97
}
98
}
Callers
1
outputToFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected