Skip to content

Releases: jtorjo/logwizard

Snoop Around! (beta)

13 Apr 22:05
Compare
Choose a tag to compare
  • Added a new and extremely easy way to further filter your logs - Snoop Around
  • several bug fixes

Database support, nlog/log4net support

23 Mar 15:35
Compare
Choose a tag to compare
  • Database support - can read from common databases, such as MSSQL, Oracle, SQLite. Bonus - drop an sqlite database onto Logwizard and it automatically guesses the log table + log fields
  • nlog/log4net enhanced support
  • several bug fixes

Pretty Formatting

15 Feb 11:29
Compare
Choose a tag to compare
  • find optimizations (#46)
  • column formatters (#15)
  • categories formatter (#69)

Lots of bug fixes and improvements for dealing with Windows Event Logs (+ small fixes since 1.7.1)

21 Jan 20:53
Compare
Choose a tag to compare
  • several Windows Event Logs fixes since 1.7.1
  • Logs with logs of columns - show most of them in Details pane by default (#26)
  • Improved Goto Line/Date - to include date offsets (#27)
  • File associations not created by default (#34)
  • Allow for logs in Reverse order (such as Windows Event log)
  • Allow exporting to CSV (#48)
  • Improved Find-preview speed (#51)
  • Searching : show progress as it happens (#47)
  • Allow option in Preferences to not to open Last Log by default (#33)
  • Lots of bug fixes and improvements for dealing with Windows Event Logs
  • Last opened log saved per each Custom position. Ctrl-H,Enter will always open the last log you opened in Custom position 1-9 (Ctrl-1 to Ctrl-9)

Lots of bug fixes and improvements for dealing with Windows Event Logs

21 Jan 01:43
Compare
Choose a tag to compare
  • Logs with logs of columns - show most of them in Details pane by default (#26)
  • Improved Goto Line/Date - to include date offsets (#27)
  • File associations not created by default (#34)
  • Allow for logs in Reverse order (such as Windows Event log)
  • Allow exporting to CSV (#48)
  • Improved Find-preview speed (#51)
  • Searching : show progress as it happens (#47)
  • Allow option in Preferences to not to open Last Log by default (#33)
  • Lots of bug fixes and improvements for dealing with Windows Event Logs
  • Last opened log saved per each Custom position. Ctrl-H,Enter will always open the last log you opened in Custom position 1-9 (Ctrl-1 to Ctrl-9)

removed compile warning, moved bugs/features into github (from my todo document), solved several issues (beta)

09 Jan 15:34
Compare
Choose a tag to compare
  • made test_ui compile
  • removed compile warnings
  • checking for releases: allow github interim versions (not beta nor stable) -> those ending in (interim)
  • added gitattributes file
  • setup kit : not touching roaming anymore (issue #3)
  • moved bugs/features issues into github
  • #4 - line numbers -> allow turning off
  • #5 - add a horizonal scrollbar (make Msg not "occupy remaining space") -> allow a checkbox
  • #6 - click to select a word -> allow turning this off (in Preferences)
  • #7 - if i'm on the last char, and want to select starting from there to the left, it does not work
  • #9 - bug: type as you go + if search only visible in the description pane, i will show that by showing all lines in the view in a slightly different background

View Event Logs, Debug Viewer, Easier User Interface (beta)

23 Dec 09:18
Compare
Choose a tag to compare
  • You can now view Windows Event Logs
  • You can now act as a Debug Viewer (view anything a program writes with OutputDebugString)
  • User Interface is easier, and at program startup you can easily see that you can drag and drop files
  • We now have a Details Pane (Ctrl-D), that you can customize to show columns that are too complex to view as rows (for instance, columns that are multi-line).

Fixed hotkeys, Font improvements, Show tips

14 Nov 16:10
Compare
Choose a tag to compare
  • fix: some hotkeys did not work anymore after moving actions into "What's Up?" button
  • font : several improvements
  • showing/hiding columns: works correctly when moving from one log to another (with very different columns)
  • Edit Log Settings - dialog - easy edit any log's settings (useful for new types of logs I'm about to add)
  • Status pane: shows tips (can be turned off from Preferences)

Relaxed the UI

12 Nov 05:43
Compare
Choose a tag to compare
  • Made the Status pane + Lower pane into one (Status is shown + a button called "What's up" - which shows a menu with the formerly shown commands on Status pane)
  • Add/Del / Sync buttons - normally shown on top of view header - shown only when you hover near them

New logs, show updates from github, aliases

10 Nov 01:00
Compare
Choose a tag to compare
  • handles new types of logs (xml, csv, one-field-per-line logs)
  • added aliases
  • when monitoring real-time - can use FindFirstChangeNotification API to monitor for changes
  • getting release info from github
  • solved bugs