Hi All,
I'm not sure how many are using the OpenVMS platform here, but I am
responsible for the OpenVMS support in log4cpp. (I'm rather new to
OpenVMS myself, but I am now building a C/C++ project on it)
I've just found out that in current log4cpp, while the application is
logging to a file, other users are not able to see the log file.
After some investigations, I've found we could open the log file in
shared mode and in the record mode file format (both OpenVMS specific),
so that other users could "tail" on the log file.
fsync() should also be called after evey write, so that other users
could see the real-time changes.
Please let me know if it's a good idea to make the changes into CVS, so
that I would go ahead and do so.
Tony
P.S. I have subscribed to this mailing list, but somehow I am not
receiving anything from it. Hope I am the only one having this problem.
|