Suggestion - naming the log file

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 - naming the log file

Post by dfhtextpipe »

Here's a useful suggestion.

Instead of logging all filters to the one file called textpipe.log (wherever you happen to be),
how about automatically naming the log file after the filtername?

i.e. For a filter called mylatestfilter.fll the log file would be called mylatestfilter.textpipe.log

Wouldn't that be neat?

Then if you're running and developing several different filters, you'd always know which log file was which.
And you'd never "destroy the evidence" by overwriting the log from one filter by the newer log for another.

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

Re: Suggestion - naming the log file

Post by DataMystic Support »

Nice idea.

As it turns out, the log filename does not support macros (yet). I will change this.
As a default,

Code: Select all

%USERPROFILE%\@filterFilename@.textpipe.log
would be great.
Post Reply