Interface MetadataServiceImpl.LogWrapper

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

@FunctionalInterface protected static interface MetadataServiceImpl.LogWrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(org.slf4j.Logger logger, String logMsg, String stringifiedMetadata)
     
  • Method Details

    • log

      void log(org.slf4j.Logger logger, String logMsg, String stringifiedMetadata)