public final class PluginLog extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String fmt,
Object... args) |
void |
debug(Throwable t,
String fmt,
Object... args) |
void |
error(String fmt,
Object... args) |
void |
error(Throwable t,
String fmt,
Object... args) |
void |
info(String fmt,
Object... args) |
void |
info(Throwable t,
String fmt,
Object... args) |
void |
report(boolean quiet,
String fmt,
Object... args) |
void |
warn(String fmt,
Object... args) |
void |
warn(Throwable t,
String fmt,
Object... args) |
public PluginLog(Class<?> clazz)
Copyright © 2015. All rights reserved.