home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 26 / CDMM26.iso / data / att.ini next >
Encoding:
INI File  |  1996-11-08  |  287 b   |  19 lines

  1. ; ATT.INI
  2. ; This is the ini file for the Multiplayer system.
  3.  
  4. [LOGGING]
  5.  
  6. ; Sum of bits to set what is logged.
  7. ;  1   Errors
  8. ;  2   Warnings
  9. ;  4   Progress
  10. ;  8   Diagnostics
  11. ; 16   Application level logging
  12.  
  13. mode = 31
  14.  
  15. ; Whether to echo logging to stdout
  16.  
  17. stdout = 0
  18.  
  19.