blob: e1829d881ec22f5cc5edb42624b6ef56b7a1b979 [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2018 Red Hat, Inc. 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:
* Red Hat, Inc. - initial API and implementation
*****************************************************************************/
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 {
}