package com.srbenoit.log;

/**
 * Interface implemented by messages.
 */
public interface MessageInt {

    /* Empty */
}
