It is useful in each system that logs a lot of messages - during each
check you have to construct file's name with
File = Dir ++ "/" ++ Fname ++ "." ++ Suf,
which isn't especially effective (maybe store file's name in
file_appender state), and then you also have to check file's size;)
On 8 Kwi, 13:37, Ahmed Ali <
ahmed.naw...@gmail.com> wrote:
> Ahha. I see it is useful for large files. I'll implement this in the
> next release. If you're in a hurry, let me know. This shouldn't be
> very difficult.
>
> Regrads,
>
> Ahemd
>