Interface LogReceivable


public interface LogReceivable
For adapters or other contributions to implement if they would like to receive the logger from the TypeManager when they get created.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLog(org.slf4j.Logger log)
     
  • Method Details

    • setLog

      void setLog(org.slf4j.Logger log)