Hi,
in my C++ application i use LOG-Files. At the moment i have no idea how
to chop them efficiently if they exceed a size (or linecount) limit.
Surely has been many times implemented and is used on linux
(/var/logs/messages).
How can i do that efficiently?