mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 44 forks source link

Extreme trouble configuring jsnlog.js #74

Open kevinbcarney opened 4 years ago

kevinbcarney commented 4 years ago

Part of my issue is while I'm learning JavaScript, clearly, I'm not a competent yet as it seems I should be.

My goal is to have a server receive log messages from clients, and for now, to log them to a file. Right now, I prefer the files to be human-readable (not JSON).

I'll put my code below, and perhaps someone can tell me what I'm doing wrong.

Right now, the server URL will be "localhost:8081".

The list of stuff I'm not figuring out is long. Here is a short list:

I know I'll have more questions later, but this will get me started.

sunil-paxcel commented 1 year ago

i am facing kind of similar issue, where can i mention about the server URL in client side , there is no proper documentation.