Package 

Class ListWarningLogger

  • All Implemented Interfaces:
    org.readium.r2.shared.util.logging.WarningLogger

    
    public final class ListWarningLogger
     implements WarningLogger
                        

    Implementation of a WarningLogger that accumulates the warnings in a list, to be used as a convenience by third-party apps.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Warning> getWarnings()
      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