Stefano Graziato c9e72d0f00 added getBufferedLogger function.
This function should be useful when you need to log during async
parallel operations, without having a mess in logs.
For example when you walk asynchronously a directory and you want logs
to be grouped by file.

It returns the same getLogger() object but messages are stored
internally and sent to appenders only when you call the flush() method
on it.
2014-08-15 13:42:08 +02:00
..
2014-06-20 13:23:57 -07:00
2013-08-13 23:04:52 +08:00
2013-08-18 01:43:48 +08:00
2013-05-30 08:26:03 +10:00
2014-08-15 13:42:08 +02:00
2014-04-09 07:37:17 +10:00