Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
API Developer Guide / middleware / pub / service / auditLogging
Service: auditLogging
This service records audit logs for request execution parameters, such as correlation ID, session ID, request timestamp, duration, error message, fully qualified name, request, response, and other relevant information.
Input Parameter:
Name | Type | Description |
auditLog: | Document | Request execution parameters |
correlationId: | String | correlationId |
sessionId: | String | sessionId |
dateTimeStmp: | String | request timestamp |
duration: | String | duration of execution |
error: | String | Error |
fqn: | String | service FQN |
request: | String | request |
response: | String | response |
nanoInstance: | String | execution start timestamp |
stopRecursiveLogging: | String | stopRecursiveLogging |