Prefix all (intentional) output properly.
This commit is contained in:
parent
70dead3fb9
commit
ccbd6bf45e
13 changed files with 60 additions and 48 deletions
|
|
@ -6,6 +6,7 @@ import java.util.logging.Logger;
|
|||
|
||||
public class BoundInputStream extends InputStream {
|
||||
protected static final Logger log = Logger.getLogger("Minecraft");
|
||||
protected static final String LOG_PREFIX = "[dynmap] ";
|
||||
private InputStream base;
|
||||
private long bound;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue