更新棉花糖
This commit is contained in:
@@ -44,6 +44,11 @@ class DailyLogUtils {
|
||||
await _writeLogWithLevel('DEBUG', content);
|
||||
}
|
||||
|
||||
static Future<void> printLog(String content) async {
|
||||
print("logger--->"+content);
|
||||
// await writeLog(content);
|
||||
}
|
||||
|
||||
// 读取当天日志
|
||||
static Future<String> readTodayLog() async {
|
||||
final file = await _getLogFile();
|
||||
|
||||
Reference in New Issue
Block a user