public class DefaultTemplateLog extends Object implements TemplateLog
| Modifier and Type | Field and Description |
|---|---|
static TemplateLog |
INSTANCE |
| Constructor and Description |
|---|
DefaultTemplateLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String title,
String message) |
protected PrintStream |
err() |
void |
error(String title,
String message) |
void |
info(String title,
String message) |
protected PrintStream |
out() |
public static final TemplateLog INSTANCE
public void info(String title, String message)
info in interface TemplateLogprotected PrintStream err()
protected PrintStream out()
public void error(String title, String message)
error in interface TemplateLogpublic void debug(String title, String message)
debug in interface TemplateLogCopyright © 2021 vpc open source initiative. All rights reserved.