org.androidannotations.logger.formatter
Class FormatterSimple

java.lang.Object
  extended by org.androidannotations.logger.formatter.Formatter
      extended by org.androidannotations.logger.formatter.FormatterSimple

public class FormatterSimple
extends Formatter


Constructor Summary
FormatterSimple()
           
 
Method Summary
 String buildLog(Level level, String loggerName, String message, Throwable thr, Object... args)
           
 
Methods inherited from class org.androidannotations.logger.formatter.Formatter
buildFullMessage, formatArgument, getCallerLineNumber, getCurrentThread, getTime, stackTraceToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatterSimple

public FormatterSimple()
Method Detail

buildLog

public String buildLog(Level level,
                       String loggerName,
                       String message,
                       Throwable thr,
                       Object... args)
Specified by:
buildLog in class Formatter


Copyright © 2010-2014. All Rights Reserved.