Interface Client2Notification.ErrorLog

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

@FunctionalInterface public static interface Client2Notification.ErrorLog
Error logging interception.

The Client2 implementation may print messages on its standard error when certain unexpected situations arise. The application can choose to handle the message instead, perhaps writing to its own log.

Users are cautioned against writing code that attempts to interpret the text of any log message. Wording and format are subject to change.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(String message)
     
  • Method Details

    • accept

      void accept(String message)