-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to send the log messages to server(api)? #137
Comments
If this is a needed feature, I can send a PR for remote logging @langley-agm |
Hi Guys, Thanks for the interest. I accept PRs if its tied to this road, but consider that right now no decision has been made whether we'll keep creating Loggers by injecting them or through something like this:
And this is a big part of how to configure them and add appenders to them. A work around would be to create a wrapper of the Logger and inject that instead. |
+1 for "create a wrapper of the Logger and inject that instead". This also protects you mostly from future API changes. |
I like it how ng2-translate solves this:
https://github.com/ngx-translate/core/blob/master/index.ts#L46 |
If yes, can you point me to an example?
The text was updated successfully, but these errors were encountered: