Puree
Android implementation of the Puree builder class for creating and configuring a PureeLogger instance.
Parameters
Storage for persisting logs
Serializer to convert log objects to JSON format (defaults to DefaultPureeLogSerializer)
The application lifecycle used to manage logging states (defaults to the default lifecycle owner's lifecycle)
Builder class for creating and configuring a PureeLogger instance.
This class provides methods for configuring filters and outputs for different log types, and a build method for creating a PureeLogger with the configured settings.
Platform-specific implementations may have different constructor parameters and methods for registering log types, filters, and outputs.
iOS implementation of the Puree builder class for creating and configuring a PureeLogger instance.
This class provides methods for configuring filters and outputs for different log types, and a build method for creating a PureeLogger with the configured settings.
Parameters
Storage for persisting logs
Serializer to convert log objects to JSON format
Constructors
Functions
Builds and returns a configured PureeLogger instance.
Builds and returns a configured PureeLogger instance.
Registers the default filter.
Registers the default filter.
Registers the default output destination.
Registers the default output destination.
Excludes the specified log types from the default filters and outputs.
Excludes the specified log types from the default filters and outputs.