-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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>`
Metadata
Metadata
Assignees
Labels
No labels