Skip to content
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

JSNLOG sending request only once #188

Open
msreddy09 opened this issue Jan 30, 2020 · 0 comments
Open

JSNLOG sending request only once #188

msreddy09 opened this issue Jan 30, 2020 · 0 comments

Comments

@msreddy09
Copy link

I have written code something like below. But I am seeing only one message(very first message) in the server. Am I missing anything to send all the messages to the server?

I am using the latest version only

`

<script language="javascript"> var appender= JL.createAjaxAppender(); appender.setOptions({"url":"jsnlog.logger.php"}); JL().setOptions({"appenders": [appender]}); </script> <script language="javascript"> ajaxCallFunction(url1){ JL().info('Request sent1') } ajaxCallFunction(url2){ JL().info('Request sent2') } ajaxCallFunction(url3){ JL().info('Request sent3') } </script>

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant