Interface JsonSchemaRecordsLogger

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 interface JsonSchemaRecordsLogger
Logging abstraction used by the schema records pipeline.
Since:
2.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    info(String message)
    Log an informational line.
    default void
    warn(String message)
    Log a warning line.
  • Method Details

    • info

      void info(String message)
      Log an informational line.
      Parameters:
      message - The message
    • warn

      default void warn(String message)
      Log a warning line.
      Parameters:
      message - The message