Hi ranchers..,
I'm having trouble with logging to multiple files - I am using the constructor for creating multiple files with size limitation-
FileHandler(
String pattern, int limit, int count, boolean append).
The problem I encounter is that it writes to the next log file before exceeding the limit, can it be because of file-lock or something? what can I do in order to fill log files in a given limit and then write to the next?
thanks, Dave