kclv.Tokenizer.Logbook.Base = function(kind) {
    kclv.Tokenizer.Base.call(this, kind, true);

    return;
};