blob: bfc3bee11fe4c267340840cdb700ba15c9a0c0ad [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2016 Ericsson
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Bruno Roy - Initial API and implementation
**********************************************************************/
package org.eclipse.tracecompass.internal.lttng2.control.core.model;
/**
* Interface to represent log level.
*
* @author Bruno Roy
*/
public interface ITraceLogLevel {
/**
* @return state name
*/
String getInName();
}