LogLineBuffer.this

Constructor taking a SysTime, to save as the date the buffer was created.

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