################################# # Fatal and Warning and Information all may show up as Alert box and Log or Screen # only difference between is type of Alert box # Error : TYPE_STOP # Warning : TYPE_CAUTIOn # Information : TYPE_NOTE ################################# Error=Alert+Log+Screen Warning = Alert+Log Information = Alert+Log ####log filename: can log all Error Warning Info and debug logFile = Log ################################# #####debug options ################################# # if false, no debug msg is printed. debugOnFlag = false # if false, directory information is used to finetune debug msg ignoreDirectoryFlag = true # if true, debug messages are logged to ErrorLog logDebugFlag = false #directory information. lower level setting override upperlevel setting #following information are #oracle.wh.common.DebugUtil = false oracle.wh.common = false