Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

LogFusion 5.2 Now Available!

January 11, 2017

We're happy to announce that LogFusion 5.2 is now available for download! This improves the filter text control and history, and well as some other minor tweaks.

LogFusion 5.2 Highlights

  • New and improved filter control
  • Windows DPI scaling improvements
  • General improvements and bug fixes

Updating LogFusion

We encourage everyone to update to the new version today.

LogFusion Screenshots

LogFusion Main Window
LogFusion Main Window

LogFusion 5.1 Now Available!

December 6, 2016

We're happy to announce that LogFusion 5.1 is now available for download! This release fixes some issues with file matching, and gives the UI a fresh new look.

LogFusion 5.1 Highlights

  • LogFusion no longer supports Windows XP or Vista. To use LogFusion with these operating systems, you will need to use an older version of LogFusion.
  • Now requires the .NET Framework 4.6 (installed automatically if needed)
  • General UI and font improvements
  • Watched Folder file matching will now work correctly
  • Resolved an issue where LogFusion stopped responding when opening W3C log files
  • The filter text box no longer resets the caret

Updating LogFusion

We encourage everyone to update to the new version today.

LogFusion Screenshots

LogFusion Main Window
LogFusion Main Window

LogFusion 5.0 Now Available!

September 15, 2016

We're happy to announce that LogFusion 5.0 is now available for download! This release features a new UI, Log Categories, customizable HotKeys, memory usage improvements, and many other enhancements and bug fixes!

LogFusion 5.0 Highlights

  • New and improved UI
  • Added a new feature - Log Categories! Set default columns and highlights for different logs. Replaces and enhances Watched Folders.
  • Memory usage improvements
  • Filter History
  • Windows Context Menu integration
  • HTML log exporting
  • Many other stability, performance, and bug fixes

Log Categories

Log Categories are a new feature added in this release that will replace Watched Folders. LogFusion 5.0 will automatically import your existing Watched Folders and convert them to Log Categories. You can now set up Log Categories to match different kinds of logs. When a log is loaded into LogFusion and it matches one of your categories, default settings such as highlights and columns will automatically be added to the log! If you do notice any issues with the imported Watched Folders, please let us know. The installer and auto-updater automatically backup your settings, so if anything bad happens to your Watched Folders, you can roll back to 4.3 and restore your settings from before the update.

The Log Categories feature adds a bunch of new functionality for automating your workflow:

  • Choose default settings for different log types: File, Watched Folder, Event Log/Channel, and Debug Log
  • Default columns for logs from watched folders and files
  • Default highlight settings for all logs

Updating LogFusion

We encourage everyone to update to the new version today.

LogFusion Screenshots

Log Category Edit Window
Log Category Edit Window
Filter History
Filter History

LogFusion 5.0 Beta 1 Now Available!

September 9, 2016

We're happy to announce that LogFusion 5.0 Beta 1 is now available for download! This release features a new UI, Log Categories, customizable HotKeys, memory usage improvements, and many other enhancements and bug fixes!

LogFusion 5.0 Beta 1 Highlights

  • New and improved UI
  • Added a new feature - Log Categories! Set default columns and highlights for different logs. Replaces and enhances Watched Folders.
  • Memory usage improvements
  • Filter History
  • Windows Context Menu integration
  • HTML log exporting
  • Many other stability, performance, and bug fixes

Log Categories

Log Categories are a new feature added in this release that will replace Watched Folders. LogFusion 5.0 Beta 1 will automatically import your existing Watched Folders and convert them to Log Categories. You can now set up Log Categories to match different kinds of logs. When a log is loaded into LogFusion and it matches one of your categories, default settings such as highlights and columns will automatically be added to the log! If you do notice any issues with the imported Watched Folders, please let us know. The installer and auto-updater automatically backup your settings, so if anything bad happens to your Watched Folders, you can roll back to 4.3 and restore your settings from before the update.

The Log Categories feature adds a bunch of new functionality for automating your workflow:

  • Choose default settings for different log types: File, Watched Folder, Event Log/Channel, and Debug Log
  • Default columns for logs from watched folders and files
  • Default highlight settings for all logs

Updating LogFusion

We encourage everyone to update to the new version today.

LogFusion Screenshots

Log Category Edit Window
Log Category Edit Window
Filter History
Filter History

LogFusion 4.3 Now Available!

August 9, 2016

We're happy to announce that LogFusion 4.3 is now available for download! This release features better integration with system settings, and many other improvements and bug fixes!

LogFusion 4.3 Highlights

  • Now targeting the .NET Framework 4.0, which will automatically install during setup if needed
  • LogFusion now uses the system setting for list separators when adding CSV columns
  • LogFusion now uses the system setting for mouse scroll lines
  • Many other stability, performance, and bug fixes

Updating LogFusion

We encourage everyone to update to the new version today.

LogFusion Screenshots

LogFusion Main Window
LogFusion Main Window

Installer Options

January 14, 2016

Please note: If you're deploying LogFusion via Active Directoy GPO, please read the MSI Installation section carefully, and as always, make sure to test it thoroughly before deploying it into production.

Note: The LogFusion installer requires administrative privileges in order to run successfully. If the installer is run using an account that doesn't have administrative privileges on the system, UAC will request the credentials for an administrative account on the system.

EXE Installation

For more options, please consult the Inno Setup help file that comes with Inno Setup.


The following parameters are especially useful for deployments.


/SILENT
Enables Silent Install option (shows progress while running)

/VERYSILENT
Enables Silent Install option (does not show progress while running)

/LANG=en
Forces the installation language to English

/DIR="c:\folder"
Sets the default installation folder

/LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

/LKEYALL="license key"
Specifies the license key for all users

/LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

/LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

/LAUNCHAFTER=0
LogFusion will not run automatically after setup completes.

/MERGETASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

/MERGETASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users


MSI Installation

You can use any of the standard Windows Installer command line options.

To perform a standard silent installation (note that the parameters are case sensitive):

msiexec.exe /i "LogFusionSetup.msi" /qn CUSTOM1="/VERYSILENT" LAUNCHAFTER=0 LKEYALL="license key"

Important Note:
When deploying via Group Policy Software Installation, you absolutely must use the included MST (transform) file on the Modifications tab, otherwise the installation will never complete.


The following MSI properties are especially useful for deployments. Any of the properties below can be included in an MST (transform) file if deploying via Group Policy. If you create your own MST file, you must include the CUSTOM1="/VERYSILENT", and LAUNCHAFTER=0 properties for deploying the MSI through Group Policy Software Installation.


PATH="c:\folder"
Sets the default installation folder

LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

LKEYALL="license key"
Specifies the license key for all users

LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

LAUNCHAFTER=0
LogFusion will not run automatically after setup completes.

TASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

TASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users

First Page
Previous Page
1
2
3
4
5
6
7
8
9
Next Page
Last Page