Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aritraroy/UltimateAndroidReference
/ withTag
Method
withTag
others/Logger.java:10–12 ·
view source on GitHub ↗
(String tag)
Source
from the content-addressed store, hash-verified
8
private
final
int
priority;
9
10
public
static
Logger withTag(String tag) {
11
return
new
Logger(tag);
12
}
13
14
private
Logger(String TAG) {
15
this.TAG = TAG;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected