Uses of Class
org.androidannotations.logger.Level

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

Uses of Level in org.androidannotations.helper
 

Methods in org.androidannotations.helper that return Level
 Level OptionsHelper.getLogLevel()
           
 

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
 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)
           
 

Uses of Level in org.androidannotations.logger.formatter
 

Methods in org.androidannotations.logger.formatter with parameters of type Level
 String FormatterSimple.buildLog(Level level, String loggerName, String message, Throwable thr, Object... args)
           
 String FormatterFull.buildLog(Level level, String loggerName, String message, Throwable thr, Object... args)
           
abstract  String Formatter.buildLog(Level level, String loggerName, String message, Throwable thr, Object... args)
           
 



Copyright © 2010-2014. All Rights Reserved.