import android.util.log;/*** created by xiongxl on 2017/2/20.
*/public class logutil
}public static void
d(string tag, string msg)
}public static void
i(string tag, string msg)
}public static void
w(string tag, string msg)
}public static void
e(string tag, string msg)
}}
定義列印日誌的級別,系統自帶的列印功能一共有5個級別,所以定義6個靜態常量,其中五個對應於系統自帶的五個等級,另外乙個nothing表示不列印任何日誌,和乙個用於調節列印內容的變數level。當專案正常發布以後,將level設定為nothing,此時將不進行日誌列印操作。
自定義日誌工具類
import android.util.log public class logutil public static void d string tag,string msg public static void i string tag,string msg public static void ...
自定義日誌檔案
借用 部落格 usr bin python coding utf 8 importlogging importos.path importtime 自定義日誌類 classlogger object def init self,logger 指定儲存日誌的檔案路徑,日誌級別,以及呼叫檔案 將日誌存入...
fso自定義日誌
registeruserfunc webedit set writelog webedit set function writelog webedit set object,setvalue object.set setvalue 執行原來的設定值的步驟 定義i o模式 const forreadi...