java寫入日誌檔案

2021-06-08 10:57:41 字數 581 閱讀 6778

首先要定義日誌的四個等級:info,debug,error,fatal,還要建日誌輸出方式,如console,file,html,database;以上資訊可以放到.properties檔案中。

建類,來實現各種方式的輸出。如:

private static log log = new log();

private log()

public static log getlog()

private void getinfobylogshow(string logshow,string logstr)

if(logshow.indexof("file") != -1)

catch (ioexception e)

}if(logshow.indexof("html") != -1)

if(logshow.indexof("database") != -1)

}

3.在操作方法中呼叫日誌類

log.getlog().info("獲取分頁列表!");

日誌寫入到檔案 多檔案寫入

在上篇文章的基礎上,修改配置 log4j.rootlogger info,fout 說明 rootlogger是可以多樣式定義的,如log4j.rootlogger info,myout,fout。myout,fout是自定義樣式。這樣就會在c盤下建立a.log檔案。有這樣一種需求,不同模組需要各自...

php寫入日誌檔案

以下 是複製這位大佬的 write log 寫入日誌 param type data 寫入的資料 return type description function write log data fp fopen url a 開啟檔案資源通道 不存在則自動建立 fwrite fp date y m d...

日誌寫入本地檔案

public class logtofile 獲得檔案儲存路徑 return private static string getfilepath context context else private static final char verbose v private static final...