From e98fbc47e88bd754f9ad6f5e4812e44d6ad48dee Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 16 Mar 2006 04:36:55 +0000 Subject: [PATCH] added new binary logging option --- configs/core.ini | 11 +++++++++++ configs/cstrike/core.ini | 12 ++++++++++++ configs/dod/core.ini | 11 +++++++++++ configs/tfc/core.ini | 11 +++++++++++ configs/ts/core.ini | 11 +++++++++++ 5 files changed, 56 insertions(+) diff --git a/configs/core.ini b/configs/core.ini index 79bdecfd..849ecf67 100755 --- a/configs/core.ini +++ b/configs/core.ini @@ -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 diff --git a/configs/cstrike/core.ini b/configs/cstrike/core.ini index 64c640b4..2cac8cbf 100755 --- a/configs/cstrike/core.ini +++ b/configs/cstrike/core.ini @@ -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 + diff --git a/configs/dod/core.ini b/configs/dod/core.ini index 188a20ea..1d55d775 100755 --- a/configs/dod/core.ini +++ b/configs/dod/core.ini @@ -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 diff --git a/configs/tfc/core.ini b/configs/tfc/core.ini index 3d267912..4d48e3b2 100755 --- a/configs/tfc/core.ini +++ b/configs/tfc/core.ini @@ -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 diff --git a/configs/ts/core.ini b/configs/ts/core.ini index 95718798..c5674e80 100755 --- a/configs/ts/core.ini +++ b/configs/ts/core.ini @@ -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