R
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks for your valuable feedback. Apologies RE the posting of the
blog link.
Where I was coming from was that IMO a server component should be
light-weight and generic and with as little 'baggage' as possible to
maximize universal re-use.
I guess if the server component in question were only used in-house,
and the logging requirements for all the clients were very similar or
the same, logging on the server does make sense.
This is the primary scenario that I was thinking of. Lets say that
there is a library (the server code in this case), which has logging
built into it, that is shipped to many different 3rd party clients.
Some of the clients may not want to use logging at all for their
purpose and some may want to use their own custom logging mechanism,
which is not compatible with the shipped library's logging mechanism.
So they are essentially stuck with a logging solution which they don't
want to or can't utilize, which is hanging around inside the library's
compiled code and adding weight to it. This is unless it can be
compiled out of the code before the library is shipped. However in
this case it may take longer to design and build this ability into the
library.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.