- UID
- 2
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
发表于 2008-3-31 21:06:45
|
显示全部楼层
我已经打开了一些小错误的记录为了Debug,1.0是这样的
[Error]
; EMAURER these four should remain as set.
;log = fl-client-errors.log, 65540 ; alert all asserts
log = fl-client-errors.log, -1 ; alert all errors (SEV_ERROR=1)
; EMAURER comment out lines below to vary the amount of output spew.
;log = fl-client-errors.log, 65536 ; 65536 means 'don't care' about kind value.
; 5 refers to TRACE_LEVEL_5. means report all messages
; with severity of 5 or less. lower the number, more severe
; the message. WARNINGS are at level 2. reduce for less spew.
;log = fl-client-errors.log, 'R' ; Render Pipeline
;log = fl-client-errors.log, 'n' ; SERVER.DLL
;log = fl-client-errors.log, 'w' ; minor general problems
;log = fl-client-errors.log, 'I' ; incoming packet transmission
;log = fl-client-errors.log, 'O' ; outgoing packet transmission
;log = fl-client-errors.log, 'i' ; instance creation related messages (mass, MOI, equip)
;log = fl-client-errors.log, 'r' ; significant attitude/reputation events (show results of AdjustAttitude calls)
;log = fl-client-errors.log, 'a' ; detailed info regarding loading/unloading of archetypes.
;log = fl-client-errors.log, 'c' ; report server-side events sent to contollers
;log = fl-client-errors.log, 'm' ; mission-generated messages
;log = fl-client-errors.log, 's' ; log second thread activity
;log = fl-client-errors.log, 'f' ; report file opens/closes
;log = fl-client-errors.log, 'e' ; explosion/fuse messages
;log = fl-client-errors.log, 'd' ; damage messages
;log = fl-client-errors.log, 'A' ; reload console command messages
;----------------------------
; Error explanation
;
; log = where to display log message, kind of msg, severity of msg
; where:
;[no default]
; $window = popup dialog
; $text = debugger window
; filename = any filename
; kind:
;[default = -1]
; -1 // all kinds, distinguish display based on severity.
; ERR_RENDER ='R', // Render Pipeline
; ERR_NETWORK ='n', // SERVER.DLL
; ERR_WARN ='w', // minor general problems
; ERR_SPINST ='i', // instance creation messages
; ERR_REP ='r', // log significant attitude/reputation events
; ERR_ARCH ='a', // log unloads of archetypes.
; ERR_CTRL ='c', // log server-side events sent to contollers
; ERR_MISN ='m', // mission-generated messages
; ERR_ASYNC ='s', // log second thread activity
; ERR_FILEIO ='f', // print File open/close
; ERR_ASSERT = 65540 // asserts
; severity:
;[default = all severities]
; the lower the number the more severe
; SEV_FATAL = 0 // Unrecoverable errors
; SEV_ERROR = 1 // Recoverable errors
; SEV_WARNING = 2 // Conditions which may indicate a problem, but are handled
; SEV_NOTICE = 3 // Useful messages that are in release builds.
; SEV_TRACE_1 = 4 // Information useful for debugging or determining program flow
; SEV_TRACE_2..n = 5..n // Higher traces levels indicate more verbose information
ns/closes |
|