Deprecated DebugLog.

This commit is contained in:
Jeremy Wood 2012-10-22 17:40:39 -04:00
parent ac9194ec87
commit 3ad7d86f74
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ import java.util.logging.Logger;
/** /**
* The Multiverse debug-logger. * The Multiverse debug-logger.
* @deprecated Deprecated in favor of new Logging lib. See {@link com.dumptruckman.minecraft.util.Logging}.
*/ */
@Deprecated
public class DebugLog extends Logger { public class DebugLog extends Logger {
private FileHandler fh; private FileHandler fh;
private Logger standardLog = null; private Logger standardLog = null;