mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-10 10:17:41 +01:00
Deprecated DebugLog.
This commit is contained in:
parent
ac9194ec87
commit
3ad7d86f74
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user