home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 26 / CDMM26.iso / data / tlog.ini < prev   
Encoding:
INI File  |  1996-11-15  |  601 b   |  35 lines

  1. ; TLOG.INI
  2. ; This is the ini file for logging in the TACTICS engine.
  3.  
  4. [LOGGING]
  5.  
  6. ; Sum of bits to set what is logged.
  7. ; LOG_ERR    0x0001 
  8. ; LOG_WARN   0x0002 
  9. ; LOG_DIAG   0x0004 
  10. ; LOG_AJP    0x0008 
  11. ; LOG_BCA    0x0010
  12. ; LOG_CBC    0x0020
  13. ; LOG_JHP    0x0040
  14. ; LOG_MJT    0x0080
  15. ; LOG_MEM    0x4000
  16. ; LOG_FOPEN  0x8000
  17.  
  18. mode = 0x3
  19.  
  20. ; Name of file to write to
  21.  
  22. file = tactics.log
  23.  
  24. ; Whether to write to stdout
  25.  
  26. stdout = 0
  27.  
  28. ; Whether to log the time with the message
  29.  
  30. show_time = 1
  31.  
  32. ; Whether to log the name of the programmer who requested the entry
  33.  
  34. show_user = 1
  35.