You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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>`
The text was updated successfully, but these errors were encountered: