Skip to content

Releases: fishjam/LogViewer

Release 202120429

29 Apr 13:50
Compare
Choose a tag to compare

1.重构一个高性能多线程日志模块, 参见 ftlLog.h 和 CFLogTest.ini(通过 CFLogTest.ini 分析 LogViewer 的日志);
2.增加 源码目录历史对话框, 方便同时存在多个源码目录时;
3.更改 SeqNumber 为 Line Num(日志中的行号, 可以 Goto) 和 Seq(唯一递增序号,可以检查日志是否有丢失或反序)
4.在 Sort/Filter 时尽量保持当前选中日志;
5.增强选择日志记录后的右键拷贝功能;
6.更改一些bug;

Release 20211026

26 Oct 01:23
Compare
Choose a tag to compare
    1. add DialogSameFilesList to handle same name files when try to locate in VS ide.
    1. Add Ctrl+G to speical seq number( if not match, then nearest)
    1. Add SRC_REGULAR & ITEM_SRC_FILE for second parse in log Text( special handle for one of our project, but can reuse in other project)
    1. Fix some errors;

LogViewer_20211026.zip

Release 20200517

17 May 13:38
Compare
Choose a tag to compare

Change List since 20190713

    1. add solution for VS2015.
    1. enable SOURCE_FILES_EXT to define the source code's ext and can locate the source by double click on log item(mainly for C++ release log), example : xxxx.cpp(100)
    1. enable DISPLAY_TIME_FORMAT for display date or time format
    1. enable select current PID/TID in context menu

Release 20190713

13 Jul 03:25
Compare
Choose a tag to compare

ChangeList:

  • 1.add filter condition: start and end seq number
  • 2.add selected information on status bar;
  • 3.add delete selected items function in context menu;
  • 4.adjust UI

dsh log support

03 Dec 14:14
a43ad39
Compare
Choose a tag to compare

1.change "PID+TID" (Plane Structure) to "Server>PID>TID"(Tree Structure);
2.adjust readme and demos, add dsh-springdemo(distributed standard spring boot on multiple servers);
3.adjust file format(tab => space);
4.fix some bug
LogViewer_x64.zip
LogViewer_x86.zip

first release

28 Jun 15:15
4aa3dec
Compare
Choose a tag to compare