Do not fallback to creating console logger #5

Closed
opened 2025-08-09 17:14:38 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @pakrym on 11/13/2018

Falling back to creating instances of console logger is bad practice. Each of them would create a new writing thread and background queue. In addition, ConsoleLogger type is becoming private.

cc @Eilon

Technically it's a breaking change for customers who didn't have logging configured at all and used JavaScriptServices.

*Originally created by @pakrym on 11/13/2018* Falling back to creating instances of console logger is bad practice. Each of them would create a new writing thread and background queue. In addition, ConsoleLogger type is becoming private. cc @Eilon Technically it's a breaking change for customers who didn't have logging configured at all and used JavaScriptServices.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#5
No description provided.