added new binary logging option

This commit is contained in:
David Anderson
2006-03-16 04:36:55 +00:00
parent b6fa60b0bd
commit e98fbc47e8
5 changed files with 56 additions and 0 deletions

View File

@ -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