Move to our new Java logging based logging style which also fixes a conflict

between logging in the Narya util package and the Nenya util package.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4214 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-06-23 19:32:51 +00:00
parent f6f3c89fe0
commit ecac8e0f6d
5 changed files with 26 additions and 41 deletions
@@ -27,6 +27,8 @@ import java.util.Map;
import com.samskivert.util.Tuple;
import static com.threerings.NaryaLog.log;
/**
* Used to perform rudimentary memory profiling on large, running systems
* where it is impractical to operate a real profiler. Instances of {@link
@@ -75,7 +77,7 @@ public class TrackedObject
if (count != null) {
count[0]--;
} else {
Log.warning("Finalized TrackedObject missing counter! " +
log.warning("Finalized TrackedObject missing counter! " +
"[class=" + clazz + "].");
}
}