blob: 5f57eba9f68772a8f576c05d56bb607132e35523 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: IMsgLogger.java,v $
* $Revision: 1.1 $ $Date: 2005/01/07 20:19:23 $
*/
package org.eclipse.jem.util.logger.proxyrender;
import org.eclipse.jem.util.logger.proxy.Logger;
/**
* Interface for a message logger.
*
* @since 1.0.0
*/
public interface IMsgLogger {
public Logger getMsgLogger();
}