Documentation Menu
jsnlogjs.js
Use the jsnlog.js library to:
-
Send log items
; -
Configure loggers
, appenders and some general client side settings; -
Create custom exceptions with optional inner exceptions
.
Contents
Topic | Description |
---|---|
AjaxAppender Object | Allows JavaScript loggers to send log items to the server. |
__jsnlog_configure function | If defined, the library executes this function after it has loaded. |
ConsoleAppender Object | Allows JavaScript loggers to send log items to the console. |
Exception Object | Allows you to create custom exceptions that hold a JSON object and an inner exception. |
JL Namespace and Method | JSNLog namespace. Also creates loggers and retrieves loggers by name. |
Logger Object | Represents a JavaScript logger. |