Bitsum Community Forum

General Category => Process Lasso => Topic started by: Jeremy Collake on July 19, 2013, 02:18:44 PM

Title: Process Lasso Logs to CSV - New utility and new capabilities
Post by: Jeremy Collake on July 19, 2013, 02:18:44 PM
Process Lasso got a new log format in v6.5. While this new format has a lot of advantages, it does require conversion to CSV for use outside Process Lasso.

The current version of Process Lasso already has an Export to CSV option, but this only exports the current LOG file, not archived (rotated) log files.

That has changed in v6.6.0.67 beta. The Export to CSV feature now exports the active LOG, and all archived LOG files.

A new console mode utility is also provided, PLLogToCSV.exe . This console mode utility accepts one command line parameter, the output CSV file. For instance:

PLLogToCSV.exe processlasso-logs.csv

The LOG pathname is picked up from the Process Lasso configuration.

This is all still beta, under development - but given the simplicity of this feature, it won't take long to finalize.
Title: Re: Process Lasso Logs to CSV - New utility and new capabilities
Post by: dhrf on July 21, 2013, 06:28:47 PM
log in the event viewer will be nice.

Title: Re: Process Lasso Logs to CSV - New utility and new capabilities
Post by: BenYeeHua on July 22, 2013, 04:45:52 AM
Quote from: dhrf on July 21, 2013, 06:28:47 PM
log in the event viewer will be nice.
I wonder that, did the event viewer performance is better than Process Lasso log. ;D
Title: Re: Process Lasso Logs to CSV - New utility and new capabilities
Post by: Jeremy Collake on July 22, 2013, 05:31:22 AM
Emitting to a system log isn't on the agenda. It's simple to do, but there's an awful lot of log activity, so I'm just not sure this would work out well.

I have added an option to also emit as CSV, though it didn't make it out in this build.