Could you extend MemoryAppender and decide how you want to write your file when some internal buffer gets full?
--- Kapil Sachdeva <[EMAIL PROTECTED]> wrote: > Can you suggest any other way ? .... I was thinking may be to write > my own > appender mostly like FileAppender (basically inheriting it like > RollingFileAppender) and in this appender > I read the name of file (lets say "mylog.txt") from the configuration > but > create a file by the name of mylog_ProcessID.txt. I do not have a > requirement that all processes should log to the > same file.
