Console Log
Log user actions related to your application using the standard JavaScript function console.log for your purposes.
Log Format
App | Format |
---|---|
Desktop | [Timestamp] [Level] [App ID] [App Sign-in ID] [message] |
Mobile | [Timestamp] [Level] [App ID] [App Sign-in ID] [message] |
REST API | [Timestamp] [Level] [App ID] [message] |
Batch | [Timestamp] [Level] [App ID] [Job ID] [Job Execution ID] [message] |
Console Log Label
The log level follows the level specification of the console object.
The level is automatically output to the output log.
Label | Statement |
---|---|
TRACE | console.trace() |
DEBUG | console.debug() |
LOG | console.log() |
INFO | console.info() |
WARN | console.warn() |
ERROR | console.error() |
Log View Component
Item | Operation | Remarks |
---|---|---|
Message | Search will look for partial matches within the entire log format. | |
App ID | Search for partial matches of the log format [App ID]. | |
Job ID | Searches for partial matches of the log format [Job ID]. | It will only be displayed if the following conditions are met. ・Execution environment with batch option ・App ID is empty or batch app ID is selected |
Job Execution ID | Searches for partial matches in the log format [Job Execution ID]. | It will only be displayed if the following conditions are met. ・Execution environment with batch option ・App ID is empty or batch app ID is selected |
Label | Search for log formats that contain the list of levels you selected for [Level]. | Case insensitive. |
From | Search for logs after YYYY-MM-DD 00:00:00.000 using the log format [Timestamp]. | |
To | Search for logs before YYYY-MM-DD 23:59:59.999 using the log format [Timestamp]. | |
Reset | Resets all input. | |
Apply | Outputs the log to the right pane. |