blob: 6dac539118298d2fd2af837210a5df7b94055977 [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2018 Red Hat, Inc. and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Red Hat, Inc. - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.osgi.service.log;
/**
* NOTE: This is a stub interface that exists only to allow ECF to build against
* both OSGi R6 and R7 implementations. It is not shipped as part of the binary
* distribution and can be removed once the minimum version of OSGi that ECF
* supports increases to R7.
*/
public interface Logger {
}