Completes the blueprint for refactoring applier out of log descriptor.
1) Makes the TransactionLog class a simple descriptor for the actual transaction log file 2) Splits out the TransactionLogApplier into separate class with constructor taking a TransactionLog instance 3) Splits the module initialization stuff out into a file, /plugin/transaction_log/module.cc