Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getPrefix
Method
getPrefix
java/org/apache/catalina/valves/AccessLogValve.java:232–234 ·
view source on GitHub ↗
Returns the log file prefix. @return the log file prefix.
()
Source
from the content-addressed store, hash-verified
230
* @
return
the log file prefix.
231
*/
232
public
String getPrefix() {
233
return
prefix;
234
}
235
236
237
/**
Callers
3
testGetSetProperties
Method · 0.95
doProppatch
Method · 0.45
print
Method · 0.45
Calls
no outgoing calls
Tested by
1
testGetSetProperties
Method · 0.76