androidlog /** * 本类是日志格式类 * 输出格式:TAG:类名 TEXT:方法名+msg * */ public class Logger { private static String TAG=""; private static String METHOD="";