Uses of Class
org.androidannotations.logger.Level

Packages that use Level
org.androidannotations.helper   
org.androidannotations.logger   
org.androidannotations.logger.appender   
 

Uses of Level in org.androidannotations.helper
 

Methods in org.androidannotations.helper with parameters of type Level
 void AnnotationHelper.printAnnotationMessage(Level level, Element annotatedElement, String annotationName, String message)
           
 

Uses of Level in org.androidannotations.logger
 

Methods in org.androidannotations.logger that return Level
 Level LoggerContext.getCurrentLevel()
           
static Level Level.parse(String name)
           
static Level Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.androidannotations.logger with parameters of type Level
 String Formatter.buildLog(Level level, String loggerName, String message, Throwable thr, Object... args)
           
 boolean Level.isGreaterOrEquals(Level l)
           
 boolean Logger.isLoggable(Level level)
           
 boolean Level.isSmaller(Level l)
           
 void Logger.log(Level level, String message, Element element, AnnotationMirror annotationMirror, Throwable thr, Object... args)
           
 void LoggerContext.setCurrentLevel(Level currentLevel)
           
 void LoggerContext.writeLog(Level level, String loggerName, String message, Element element, AnnotationMirror annotationMirror, Throwable thr, Object... args)
           
 

Uses of Level in org.androidannotations.logger.appender
 

Methods in org.androidannotations.logger.appender with parameters of type Level
 void MessagerAppender.append(Level level, Element element, AnnotationMirror annotationMirror, String message)
           
 void FileAppender.append(Level level, Element element, AnnotationMirror annotationMirror, String message)
           
 void ConsoleAppender.append(Level level, Element element, AnnotationMirror annotationMirror, String message)
           
abstract  void Appender.append(Level level, Element element, AnnotationMirror annotationMirror, String message)
           
 



Copyright © 2010-2013. All Rights Reserved.