DART.Journal

Recorder journal

class DART
@recordType("Journal")
struct Journal {
Index index;
RecordFactory.Recorder recorder;
enum indexName;
enum recorderName;
}

Constructors

this
this(RecordFactory manufactor, Document doc)

Creator of the Journal recorder

this
this(RecordFactory.Recorder recorder, Index index)

Ditto