home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-11-15 | 601 b | 35 lines |
- ; TLOG.INI
- ; This is the ini file for logging in the TACTICS engine.
-
- [LOGGING]
-
- ; Sum of bits to set what is logged.
- ; LOG_ERR 0x0001
- ; LOG_WARN 0x0002
- ; LOG_DIAG 0x0004
- ; LOG_AJP 0x0008
- ; LOG_BCA 0x0010
- ; LOG_CBC 0x0020
- ; LOG_JHP 0x0040
- ; LOG_MJT 0x0080
- ; LOG_MEM 0x4000
- ; LOG_FOPEN 0x8000
-
- mode = 0x3
-
- ; Name of file to write to
-
- file = tactics.log
-
- ; Whether to write to stdout
-
- stdout = 0
-
- ; Whether to log the time with the message
-
- show_time = 1
-
- ; Whether to log the name of the programmer who requested the entry
-
- show_user = 1
-