org.androidannotations.logger
Class Formatter

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

public class Formatter
extends Object


Constructor Summary
Formatter()
           
 
Method Summary
 String buildFullMessage(String message, Object... args)
           
 String buildLog(Level level, String loggerName, String message, Throwable thr, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formatter

public Formatter()
Method Detail

buildLog

public String buildLog(Level level,
                       String loggerName,
                       String message,
                       Throwable thr,
                       Object... args)

buildFullMessage

public String buildFullMessage(String message,
                               Object... args)


Copyright © 2010-2013. All Rights Reserved.