org.androidannotations.logger.formatter
Class FormatterFull

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

public class FormatterFull
extends Formatter


Constructor Summary
FormatterFull()
           
 
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

FormatterFull

public FormatterFull()
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.