Suggestion to enhance log output

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Suggestion to enhance log output

Post by dfhtextpipe »

Here's a suggestion to help debug structured filters:

Echo the first line of each comment filter to the log output.

Then the user can quickly focus his attention to the part of the log file that needs it.

This could even be made an optional setting by providing a suitable tickbox in Filter options.

David
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Suggestion to enhance log output

Post by DataMystic Support »

Hi David - not easy, as these filters are removed when the filter are compiled.
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Re: Suggestion to enhance log output

Post by dfhtextpipe »

When you move to use XML for the underlying data structure for filters, would it become any easier?

David
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Suggestion to enhance log output

Post by DataMystic Support »

The XML is purely for saving/loading to disk or other streams. Although it may be used internally as well, it doesn't effect the compiled structure of the filters, which is much more compact and the objects are highly specific - eg the sort filter can create one of 4 different filtering objects, and some 'visual' filters such as the mainframe copybook filter can create huge structures of filters to perform their dirty work.
Post Reply