Interface OutputRedirectorDaemon.Logger

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

@FunctionalInterface static interface OutputRedirectorDaemon.Logger
Since:
2.10.4
Author:
Ashley Scopes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String format, @Nullable Object... args)
     
  • Method Details