From: <sv...@ww...> - 2006-04-08 20:58:14
|
Author: mkrose Date: 2006-04-08 13:58:06 -0700 (Sat, 08 Apr 2006) New Revision: 1878 Removed: trunk/csp/csplib/net/NetLog.h Modified: trunk/csp/bin/sim.ini trunk/csp/csplib/util/Log.h trunk/csp/csplib/util/LogStream.cpp trunk/csp/csplib/util/LogStream.h trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/battlefield/LocalBattlefield.cpp Log: Move csp logstream static variable out of the inline log() method. The new implementation provides the same performance but allows the log to be shared across modules without being initialized multiple times. Remove NetLog and all remaining calls to SIMNET_LOG and netlog(). Remove the log filename configuration from the .ini file. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1878 Diff omitted (12873 bytes). |