A struct containing lines to write to a log file when next committing such.
This is only relevant if PrinterSettings.bufferedWrites
is set.
As a micro-optimisation an Appender is used to store the lines, instead of a normal string[].
Constructor taking a SysTime, to save as the date the buffer was created.
Constructor not taking a SysTime, for use with buffers that should not be dated, such as the error log and the raw log.
Basename directory this buffer will be saved to.
Fully qualified filename this buffer will be saved to.
Buffered lines that will be saved to file, in dir.
See Implementation
A struct containing lines to write to a log file when next committing such.
This is only relevant if PrinterSettings.bufferedWrites
is set.
As a micro-optimisation an Appender is used to store the lines, instead of a normal string[].