MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.

MIT License

Stars
1.4K
Committers
77

Bot releases are visible (Hide)

MSBuildStructuredLog - Resilience to corrupt log files

Published by KirillOsenkov almost 8 years ago

Don't crash when opening a corrupt log file

MSBuildStructuredLog - Add some resilience to the binary log reader

Published by KirillOsenkov almost 8 years ago

MSBuildStructuredLog -

Published by KirillOsenkov about 8 years ago

Implement Shift+F6 to quickly rebuild an already open project/solution.
Fix a bug where it would display a File not found message on first launch.

MSBuildStructuredLog - Add command-line argument support

Published by KirillOsenkov about 8 years ago

Adds an ability to pass the log file path as command-line argument to StructuredLogViewer.

MSBuildStructuredLog - Fix search

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog - New compact binary log format: *.buildlog

Published by KirillOsenkov over 8 years ago

This release introduces the new binary log format *.buildlog, which also becomes the default. XML is still available. Binary logs can be up to 200x smaller and faster than XML. Depending on which file extension you pass to the StructuredLogger.dll it will write .xml or .buildlog (binary).

The UI can still open and save both formats, but when saving it now defaults to .buildlog.

The binary format is subject to change because the MSBuild Team itself might be coming up with a binary log format. We may switch to using that format in the future.

MSBuildStructuredLog -

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog -

Published by KirillOsenkov over 8 years ago

Speed up loading and saving .xml logs

MSBuildStructuredLog -

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog -

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog -

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog - Fix bugs

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog - Add search filter by item kind

Published by KirillOsenkov over 8 years ago

MSBuildStructuredLog - Bugfix release

Published by KirillOsenkov over 8 years ago

Minor bug fixes and refinements.

MSBuildStructuredLog - Initial release

Published by KirillOsenkov over 8 years ago

Initial release of the Squirrel based installer for MSBuild Structured Log Viewer. Just download and run MSBuildStructuredLogSetup.exe.

Badges
Extracted from project README
Build status NuGet package Chocolatey
Related Projects