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
The readme gives the impression that one can use the new log levels log.alert("something"), lag.notice("something") and log.severe("something") in a way similar to the other log levels (e.g. log.debug et al).
The methods from the readme/Basic Usage (Quick Start) cannot be used (for example: "log.notice("A notice message")" results in a compiler error). In the source code I can see that the log levels have been implemented, but not the functions.
I assume that the implementation is not complete yet? Or is it supposed to be used in a different way (in which case the readme is confusing).
The text was updated successfully, but these errors were encountered:
* upstream/master:
Version bump 7.0.1
Xcode 11.3.1 project updates
Adds new log levels to the demo projects
Add missing convenience methods for the new log levels (thanks @hk05, fixesDaveWoodCom#296)
The readme gives the impression that one can use the new log levels log.alert("something"), lag.notice("something") and log.severe("something") in a way similar to the other log levels (e.g. log.debug et al).
The methods from the readme/Basic Usage (Quick Start) cannot be used (for example: "log.notice("A notice message")" results in a compiler error). In the source code I can see that the log levels have been implemented, but not the functions.
I assume that the implementation is not complete yet? Or is it supposed to be used in a different way (in which case the readme is confusing).
The text was updated successfully, but these errors were encountered: