Skip to content

Console Log

Log user actions related to your application using the standard JavaScript function console.log for your purposes.

Log Format

AppFormat
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.

LabelStatement
TRACEconsole.trace()
DEBUGconsole.debug()
LOGconsole.log()
INFOconsole.info()
WARNconsole.warn()
ERRORconsole.error()

Log View Component

ItemOperationRemarks
MessageSearch will look for partial matches within the entire log format.
App IDSearch for partial matches of the log format [App ID].
Job IDSearches 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 IDSearches 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
LabelSearch for log formats that contain the list of levels you selected for [Level].Case insensitive.
FromSearch for logs after YYYY-MM-DD 00:00:00.000 using the log format [Timestamp].
ToSearch for logs before YYYY-MM-DD 23:59:59.999 using the log format [Timestamp].
ResetResets all input.
ApplyOutputs the log to the right pane.