Package-level declarations
Types
Link copied to clipboard
                  Exception thrown when attempting to post a log of a type that hasn't been registered with the logger.
Link copied to clipboard
                  Android implementation of the Puree builder class for creating and configuring a PureeLogger instance.
Builder class for creating and configuring a PureeLogger instance.
iOS implementation of the Puree builder class for creating and configuring a PureeLogger instance.
Link copied to clipboard
                  interface PureeFilter
The filter to be applied to logs. The type of logs on which this filter will be applied are determined when creating the PureeLogger object through Puree.
Link copied to clipboard
                  interface PureeLog
Log classes that are registered to PureeLogger must implement this interface.
Link copied to clipboard
                  class PureeLogger
Main logger class for the Puree-KMP logging system.
Link copied to clipboard
                  Exception thrown when a log is skipped due to a filter returning null.