All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.phoebus.applications.eslog.Helpers Maven / Gradle / Ivy

The newest version!
package org.phoebus.applications.eslog;

import java.util.logging.Level;

public class Helpers
{
    public final static String[] LOG_LEVELS = new String[] {
            Level.FINEST.getLocalizedName(), Level.FINER.getLocalizedName(),
            Level.FINE.getLocalizedName(), Level.CONFIG.getLocalizedName(),
            Level.INFO.getLocalizedName(), Level.WARNING.getLocalizedName(),
            Level.SEVERE.getLocalizedName() };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy