Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Asana/java-asana
/ checkLevel
Method
checkLevel
src/test/java/com/asana/ClientTest.java:225–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
223
Level lastLevel = Level.FINEST;
224
225
public
Level checkLevel() {
226
return
lastLevel;
227
}
228
229
public
void
publish(LogRecord record) {
230
lastLevel = record.getLevel();
Callers
3
testAsanaChangeLogging
Method · 0.95
testAsanaChangeLoggingIgnoreCase
Method · 0.95
testAsanaChangeLoggingDontLogIfNotAffected
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected