bufferOutput

Type: Boolean

Availability: Read or write at any time

The bufferOutput property of the JadeLog class specifies whether log messages are buffered.

This property applies only to log methods, which force any pending info or trace buffered messages to be flushed to disk. By default, messages output by calling log methods are not buffered; that is, this property is set to false.

Set this property to true if you do not want the file buffer flushed when a log message is received; that is, log methods then act as info methods, and messages are buffered until they are flushed by a commitLog method call.