lck file in Logger
807603Jun 7 2004 — edited Jan 9 2008Hi - I am logging into one logfile via multiple class files. The logger creates a lock (LCK) file for every message that I try to log. The main logfile has an append of all the logfiles which is adding a lot of redundancy. How can I disable this feature so that all the messages are logged in just one logfile ( no LCK files) and there are no appends ?
Thanks.