Return TRUE on seaslog.use_buffer is true.
If switch seaslog.buffer_disabled_in_cli on, and running in cli,
seaslog.use_buffer setting will be discarded, Seaslog write to the Data Store IMMEDIATELY.
Examples
Example #1 SeasLog::getBufferEnabled example
<?php
var_dump(SeasLog::getBufferEnabled());
?>
The above example will output
something similar to: