Package org.readium.r2.shared.util.logging
See: Description
-
Interface Summary Interface Description WarningLogger Interface to be implemented by third-party apps if they want to observe warnings raised, for example, during the parsing of a publication. Warning Represents a non-fatal warning message that can be raised by a Readium library. -
Class Summary Class Description ListWarningLogger Implementation of a WarningLogger that accumulates the warnings in a list, to be used as a convenience by third-party apps. ConsoleWarningLogger Implementation of a WarningLogger printing the warnings to the console. JsonWarning Warning raised when parsing a model object from its JSON representation fails. WarningLoggerKt -
Enum Summary Enum Description SeverityLevel Indicates how the user experience might be affected by a warning.