Class EventTypeLogSupplier


  • public class EventTypeLogSupplier
    extends java.lang.Object
    Supplier implementation which returns a consistent String representation of an EventType for logging
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get()  
      • Methods inherited from class java.lang.Object

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

      • EventTypeLogSupplier

        public EventTypeLogSupplier​(Logger.EventType evtyp)
        Ctr
        Parameters:
        evtyp - EventType reference to supply log representation for
    • Method Detail

      • get

        public java.lang.String get()