org.androidannotations.logger
Class LoggerContext
java.lang.Object
org.androidannotations.logger.LoggerContext
public class LoggerContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static LoggerContext getInstance()
writeLog
public void writeLog(Level level,
String loggerName,
String message,
Element element,
AnnotationMirror annotationMirror,
Throwable thr,
Object... args)
getCurrentLevel
public Level getCurrentLevel()
setCurrentLevel
public void setCurrentLevel(Level currentLevel)
setProcessingEnv
public void setProcessingEnv(ProcessingEnvironment processingEnv)
close
public void close()
Copyright © 2010-2014. All Rights Reserved.