Package 

Interface WarningLogger


  • 
    public interface WarningLogger
    
                        

    Interface to be implemented by third-party apps if they want to observe warnings raised, for example, during the parsing of a publication.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit log(Warning warning) Notifies that a warning occurred.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • log

         abstract Unit log(Warning warning)

        Notifies that a warning occurred.