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
In tests, I want to make assertions on the message that is generated in the logging system, not the template with positional args with "{}".
It could therefore be hard to test arguments, as it should need creating real instance of objects passed as args to logging, not just text really logged
The text was updated successfully, but these errors were encountered:
I have also created a fork from the project, where the only change currently is that LoggingEvent.getFormattedMessage is public. See https://github.com/sasuw/slf4j-test
In tests, I want to make assertions on the message that is generated in the logging system, not the template with positional args with "{}".
It could therefore be hard to test arguments, as it should need creating real instance of objects passed as args to logging, not just text really logged
The text was updated successfully, but these errors were encountered: