blob: 4ad50240d23ad19116c973e5719c82d0a99703e5 [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 Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
*/
package org.eclipse.jem.util.logger.proxyrender;
import org.eclipse.jem.util.logger.proxy.Logger;
/**
* @deprecated Plugin error logging should be used instead
* Interface for a message logger.
*
* @since 1.0.0
*/
public interface IMsgLogger {
public Logger getMsgLogger();
}