commitLog
commitLog() updating;
The commitLog method of the JadeLog class flushes the file buffer of the receiver to disk.
If you have set the bufferOutput property to true so that log methods are output to the file buffer instead of to disk, call this method to:
-
Force any pending info, log, or trace buffered messages to be flushed to disk
-
Flush any pending info or trace messages without calling a log method