Logger Service using Logging Package in Angular Dart

The docs for using the registration package mention the creation of a proper registration service. Given the specifics in the registration package, it would be nice to get the angular component tree as the full name of the registrar.

I tried to play around a bit with the dependency injection system to get the injector tree so that I could rebuild the application structure for the loggers. But it turned out to be too difficult.

Is there a way to do this, or alternatively is there a canonical logger service that I could use? This seems to be a pretty simple feature, so it should be available somewhere.

+3


source to share


1 answer


I'll see



0


source







All Articles