Class PVMSLogger


  • public class PVMSLogger
    extends Object
    • Field Detail

      • timeStructure

        public static final org.epics.pvdata.pv.Structure timeStructure
      • nameValue

        public static final org.epics.pvdata.pv.Structure nameValue
      • logStructure

        public static final org.epics.pvdata.pv.Structure logStructure
    • Constructor Detail

      • PVMSLogger

        public PVMSLogger()
    • Method Detail

      • installPVMSLogging

        public static void installPVMSLogging​(Level logLevel,
                                              InetAddress sendAddress,
                                              int port)
                                       throws IOException
        Setup this handler as the only one root handler.
        Parameters:
        logLevel - root log level to be set.
        sendAddress - where to send.
        port - address port.
        Throws:
        IOException - rethrown IO exception.