Interface EventLogger


public interface EventLogger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EventLogger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String logMessage)
     
    default EventLogger
    withDebugLogTo(org.slf4j.Logger slf4jLogger)
     
  • Field Details

  • Method Details

    • log

      void log(String logMessage)
    • withDebugLogTo

      default EventLogger withDebugLogTo(org.slf4j.Logger slf4jLogger)