blob: 5999c8b087f87907d1700f62c48e75f00d5dacce [file] [log] [blame]
package org.eclipse.stem.util.loggers.preferences;
/*******************************************************************************
* Copyright (c) 2007 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
*******************************************************************************/
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
/**
* Logging format
*/
public static final String LOG_INTEGER_PREFERENCE = "org.eclipse.stem.logging.integers";
} // PreferenceConstants