Manage this page

1. Display

2. Feedback

New features

  1. ListDataCollection added
  2. CLog2 added

Downloads

1. Example properties file for this build

2. aspire_jsdk23_b21.6.jar: Aspire jar file

Satya - Tuesday, August 23, 2005 3:40:12 PM

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