Class LogEventListener

  • All Implemented Interfaces:
    java.util.EventListener

    public class LogEventListener
    extends java.lang.Object
    implements java.util.EventListener
    Base class for server classes that listen to LogEvents. TODO (MS) How is this class any different from Appender?
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static StatusLogger LOGGER  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LogEventListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(LogEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogEventListener

        protected LogEventListener()
    • Method Detail

      • log

        public void log​(LogEvent event)