Home
last modified time | relevance | path

Searched refs:currentLogLevel (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java187 protected int currentLogLevel; field in SimpleLog
249 public void setLevel(int currentLogLevel) { in setLevel() argument
251 this.currentLogLevel = currentLogLevel; in setLevel()
261 return currentLogLevel; in getLevel()
355 return (logLevel >= currentLogLevel); in isLevelEnabled()