Class LogEvent


  • public class LogEvent
    extends java.lang.Object
    An abstraction of log events for different logging frameworks.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEvent()  
    • Method Summary

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

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

      • LogEvent

        public LogEvent()
    • Method Detail

      • matchesMessage

        public boolean matchesMessage​(java.lang.String regex)