Interface LogListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated(since="2021-12-01", forRemoval=true) public interface LogListener
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • handle

      void handle(LogEntry e)
      Deprecated, for removal: This API element is subject to removal in a future version.