added new binary logging option
This commit is contained in:
parent
b6fa60b0bd
commit
e98fbc47e8
|
@ -14,3 +14,14 @@ amxx_vault addons/amxmodx/data/vault.ini
|
|||
; 2 - one logfile / map
|
||||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
|
|
@ -16,3 +16,15 @@ csstats addons/amxmodx/data/csstats.dat
|
|||
; 2 - one logfile / map
|
||||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
||||
|
|
|
@ -17,3 +17,14 @@ amxx_logging 1
|
|||
|
||||
dodstats_score addons/amxmodx/data/dodstats.amxx
|
||||
dodstats addons/amxmodx/data/dodstats.dat
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
|
|
@ -16,3 +16,14 @@ tfcstats addons/amxmodx/data/tfcstats.dat
|
|||
; 2 - one logfile / map
|
||||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
|
|
@ -16,3 +16,14 @@ tsstats addons/amxmodx/data/tsstats.dat
|
|||
; 2 - one logfile / map
|
||||
; 3 - HL Logs
|
||||
amxx_logging 1
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 49
|
||||
|
|
Loading…
Reference in New Issue
Block a user