Sorry, Log, no more free ride for you.

Putting you at the top level screws up use of another Log class.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4874 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-11-13 09:30:23 +00:00
parent 5ae87258fa
commit 376f5e680a
24 changed files with 28 additions and 21 deletions
+1 -3
View File
@@ -22,9 +22,7 @@
package com.threerings.util {
/**
* A very simple Logging interface.
* Used with the top-level class QUOTE in this package ENDQUOTE...
* (it's actually up above 'com', so it never needs importing...)
* A very simple Logging interface used by Log.
*/
public interface LogTarget
{