LogLineBuffer.this

Constructor not taking a SysTime, for use with buffers that should not be dated, such as the error log and the raw log.

  1. this(string dir, SysTime now)
  2. this(string dir, string filename)
    struct LogLineBuffer
    pure @safe nothrow
    this
    (
    const string dir
    ,
    const string filename
    )