-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As the integrator of Lab Encrypted Storage library,
I want to be able to enable debug logging,
so I see what the library does and why.
Criteria:
- Implement an interface to add logging
- Use a pattern for libraries - the integrator provides a logging destination and level that matches the library’s interface.
- Library logs to the interface at least in the following places:
- When deciding on which implementation to use
- In the case of throwables, when it makes sense
- Note: Decide if we need to add an example R8 config to remove log lines from code if the integrator wishes fully
- Get a code review
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request