Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.49 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.49 KB

Yesterday Once More

A log reviewer system.

license

Description

Resolve an issue that browser app could not be localized.

  • yom-lib store the logs(console and network) to IndexDB; export the logs to local file
  • src logs viewer

yom-lib

saveLogs.png

  1. The console and network methods have been rewritten to store the data in IndexDB
  2. Press Ctrl + Alt + 6, Wake up the export panel, which supports exporting within a specific time period logs (console or network)
  3. Screen recording is supported

yom-client

showLogs.gif

  1. Show console details
  2. Show network details
  3. Play the screen record

Todo List

  • rewritten console.debug
  • add the filter for Network and Console
  • Batch import of logs
  • Add time zone configuration

Special Thanks

Version Update

Details of the version update: README_VERSIONS