package net.fortytwo.sesametools.replay; /** * @author Joshua Shinavier (http://fortytwo.net). */ public class ReplayConfiguration { public static final boolean LOG_TRANSACTIONS = true; public static final boolean LOG_READ_OPERATIONS = true; public static final boolean LOG_WRITE_OPERATIONS = true; }