ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove use of Ember.Logger

MelSumner opened this issue · comments

We need to remove the use of Ember.Logger:

https://emberjs.github.io/rfcs/0297-deprecate-ember-logger.html
https://deprecations.emberjs.com/v3.x#toc_ember-console-deprecate-logger
Using Ember.Logger will emit warnings/deprecations since Ember 3.2.

Will publish a new release of the addon after addressing #124.