Class LoggingUtils


  • public final class LoggingUtils
    extends Object
    Implementation of Java Logging API logging utilities.
    Version:
    $Id$
    Author:
    Matej Sekoranja
    • Constructor Detail

      • LoggingUtils

        public LoggingUtils()
    • Method Detail

      • toLevel

        public static Level toLevel​(org.epics.pvdata.pv.MessageType messageType)
        Maps MessageType to standard Java Logging API Level.
        Parameters:
        messageType - message type.
        Returns:
        logging Level, Level.INFO if unknown.