Closed tomekowal closed 5 months ago
Problem.
The old approach checked if Logger.warn was available but it could be already deprecated creating warnings. This approach checks if we are at version 1.11.0 or above to use newer warning where possible.
Logger.warn
warning
Problem.
The old approach checked if
Logger.warn
was available but it could be already deprecated creating warnings. This approach checks if we are at version 1.11.0 or above to use newerwarning
where possible.