Sunday, January 21, 2018

logging for sister SPA apps/headless apps

In our JavaScript we probably don't just want to just be writing things to the console, right? We probably need to make a REST call back to the stuff in C# and have our errors go into the guts of the main logging and not die silently at the console. Having said that, I have not yet worked on an application where that was actually being done. I have heard some high-minded talk of it, nothing more. It is a new chore. This is going to be one scenario in which the new way of doing things is hurting us instead of helping us, the logging is trickier. Have we all gone mad in the name of being elegant?

No comments:

Post a Comment