blob: 58f45d5be0b4b1eb38185bb1b6b28774fb0fbfdd [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;
/**
* Interface for a message logger.
*
* @since 1.0.0
*/
public interface IMsgLogger {
public Logger getMsgLogger();
}