Răsfoiți Sursa

feat(log): 高精度日志

dzp 20 ore în urmă
părinte
comite
247bb2ebfc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      framework/log.tin

+ 1 - 1
framework/log.tin

@@ -113,7 +113,7 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
     #if { "$gLog[initialled]" != "true" } {#return};
     #config {LOG} {RAW};
     #config {LOG LEVEL} {HIGH};
-    #log timestamp {%Y-%m-%d %H:%M:%S };
+    #log timestamp {%Y-%m-%d %H:%M:%S.%f };
     #log append {$gLog[PATH]/$gLog[buffer]};
     ttevent.Handle {RECEIVED INPUT} {log} {framework/log} {log.input};
     ttevent.Handle {RECEIVED LINE}  {log} {framework/log} {mudLog $gTTEventArgZero};