Logger that buffers messages and only outputs to DOM on a deferred command. Logging to the DOM can be slow and can also interfere with other browser operations. Use this logger to buffer messages and only output to DOM on a deferred command. Note, when invocations to a buffered logger is interleaved with invocations to a normal logger, output to the buffered logger will always appear last.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.