× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Since I always include a date/time stamp in my log files, I've never
found it a big deal to calculate an age offset (based either upon a
fixed number of days or using a data area) and delete any records out of
my log(s) when the appropriate program starts (usually the one that
writes to the log file itself). I usually do this in the initialization
paragraph. Typically just a few lines of code takes care of it.

But I really like Peter's idea of using a trigger in some cases to make
it automatic.

Jim W.
Developer
Foodstuffs 
 
Fast is fine, but accuracy is everything. 
Earp, Wyatt


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of brian
Sent: Thursday, 26 October 2006 15:08
To: rpg400-l@xxxxxxxxxxxx
Subject: log file


Is there something I can do to a file to cause it to keep the last <= n
records added to it? That is, if n is 10, writing the 11th record would
cause record 1 to be discarded, and the new record would be the 10th
record in the file.

Something like that would be useful in the case of a log file. The file
is
helpful for diagnosing recent problems, but you don't want it filling up
the disk, or filling up and being unable to write more records.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.