public class BufferingAppender extends AppenderSkeleton (Code)
An
Appender that simply buffers records (in a bounded queue) until they're needed. This is used for making
sure all logging information gets to the file; we buffer records created before logging gets sent to a file, then
send them there.