home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / conf / log.properties < prev    next >
Encoding:
Text File  |  2002-03-18  |  255 b   |  11 lines

  1. # use log.logger=File to write the log to a file
  2. # use log.logger=System to write the log to System.out
  3. # log.file is the file name for the logging
  4. #
  5. log.logger=file
  6. log.file=bugzero.log  
  7. log.log=true
  8. log.info=true
  9. log.warn=true
  10. log.error=true
  11.