Variable LoggerConfig.buffer_size

Buffer size of the buffer output

struct LoggerConfig
{
  // ...
  ulong buffer_size = 16384LU;
  // ...
}