Interface MessageLogger


  • public interface MessageLogger
    Logs messages at certain level.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void message​(org.slf4j.Logger log, java.lang.String format, java.lang.Object... arguments)
      Log a message at certain level according to the specified format and arguments.
    • Method Detail

      • message

        void message​(org.slf4j.Logger log,
                     java.lang.String format,
                     java.lang.Object... arguments)
        Log a message at certain level according to the specified format and arguments.
        Parameters:
        log - logger to be used.
        format - the format string
        arguments - a list of arguments