Dear developpers, the goal for this PR is to print a more specific message in the logs when the library (e.g. so far it prints DBG [application] sometimes and DBG [more-specific] othertimes, now it always provide the source module in the logs).
I just kept app/* with Logs.* as it will be displayed as [application] and it seems fine.
Dear developpers, the goal for this PR is to print a more specific message in the logs when the library (e.g. so far it prints
DBG [application]
sometimes andDBG [more-specific]
othertimes, now it always provide the source module in the logs).I just kept
app/*
withLogs.*
as it will be displayed as[application]
and it seems fine.