cleaned imports and added function calls to Templator
This commit is contained in:
parent
4086990c0f
commit
86f63326b6
123 changed files with 467 additions and 561 deletions
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
package zutil.log;
|
||||
|
||||
import zutil.io.StringOutputStream;
|
||||
|
||||
import java.io.PrintStream;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
|
|
@ -30,8 +32,6 @@ import java.util.logging.Formatter;
|
|||
import java.util.logging.LogRecord;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import zutil.io.StringOutputStream;
|
||||
|
||||
public class CompactLogFormatter extends Formatter{
|
||||
// The split pattern where the
|
||||
private static final Pattern splitter = Pattern.compile("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue