How to use CLog2
request.ApplicationObjects.Log.className=\
com.ai.application.defaultpkg.CLog2
You can use sysout
Logging.logfile=sysout
Logging.msgLevel = 0
Logging.trace=yes
# Logging.selectiveFilters=Error:
# Logging.excludeFilters=vectorMetadata:,dbrs:,
You can use syserr
Logging.logfile=syserr
Logging.msgLevel = 0
Logging.trace=yes
# Logging.selectiveFilters=Error:
# Logging.excludeFilters=vectorMetadata:,dbrs:,
This is useful if you are running inside ides where you want the log to go to the sysout or syserr