* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.wamblee.xmlrouter.impl;
+package org.wamblee.xmlrouter.logging;
import java.util.ArrayList;
import java.util.Iterator;
import org.wamblee.concurrency.WriteLock;
import org.wamblee.xmlrouter.common.Id;
import org.wamblee.xmlrouter.config.Transformation;
-import org.wamblee.xmlrouter.logging.EventLogger;
public class CompositeEventLogger implements EventLogger {
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.wamblee.xmlrouter.impl;
+package org.wamblee.xmlrouter.logging;
import java.util.List;
import java.util.logging.Level;
import org.wamblee.xml.XMLDocument;
import org.wamblee.xmlrouter.common.Id;
import org.wamblee.xmlrouter.config.Transformation;
-import org.wamblee.xmlrouter.logging.EventLogger;
/**
* Event logger that simply logs to java.util logging.