You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Add support for other logging libraries with the ability to test multiple libraries simultaneously
What is the expected correct behavior?
Add support for:
Apache Commons Logging
Apache Log4j
SLF4J
Possible implementations
Split into core and library-dependent modules.
The code module contains extension, extension annotation and observable object that notifies when to clean mock loggers. Library-dependent modules contain factories that observe the object from the core module.
The text was updated successfully, but these errors were encountered:
Summary
Add support for other logging libraries with the ability to test multiple libraries simultaneously
What is the expected correct behavior?
Add support for:
Possible implementations
Split into core and library-dependent modules.
The code module contains extension, extension annotation and observable object that notifies when to clean mock loggers. Library-dependent modules contain factories that observe the object from the core module.
The text was updated successfully, but these errors were encountered: