Skip to content

Releases: fishjam/LogViewer

Release 20250704

04 Jul 13:21
Compare
Choose a tag to compare

1.加入 JavaLocatable.ini 文件(是我认为的 Java 代码中的最佳日志 Pattern ) <== Console: Locate in Idea + File: locate in LogViewer
2.Tools => Statistics 时可以输入统计时的最大长度,方便统计只想要前缀相同时的场景;
3.右键菜单证件按文件过滤;
4.支持 json 和 ndjson 格式;
5.更改 fullLog 支持方式, 由编译时到运行时(ENABLE_FULL_LOG=1)
6.更改部分 Bug:
a.CLogFilterView 显示位置不正确
b.源码路径选择父目录或多个目录时的问题;

20250217: Update README.md

17 Feb 13:29
218b141
Compare
Choose a tag to compare

1.增加 Json 格式文件的支持;
2.支持右键时过滤多条不同 PID/TID 的记录;
3.更改部分bug;

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