roboguice.util.temp
Class Ln.BaseConfig

java.lang.Object
  extended by roboguice.util.temp.Ln.BaseConfig
All Implemented Interfaces:
Ln.Config
Enclosing class:
Ln

public static class Ln.BaseConfig
extends Object
implements Ln.Config


Field Summary
protected  int minimumLogLevel
           
protected  String packageName
           
protected  String scope
           
 
Constructor Summary
protected Ln.BaseConfig()
           
  Ln.BaseConfig(android.app.Application context)
           
 
Method Summary
 int getLoggingLevel()
           
 void setLoggingLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minimumLogLevel

protected int minimumLogLevel

packageName

protected String packageName

scope

protected String scope
Constructor Detail

Ln.BaseConfig

protected Ln.BaseConfig()

Ln.BaseConfig

public Ln.BaseConfig(android.app.Application context)
Method Detail

getLoggingLevel

public int getLoggingLevel()
Specified by:
getLoggingLevel in interface Ln.Config

setLoggingLevel

public void setLoggingLevel(int level)
Specified by:
setLoggingLevel in interface Ln.Config


Copyright © 2012-2014. All Rights Reserved.