public class SimpleScriptLogger extends Object implements ScriptLogger
| Constructor and Description |
|---|
SimpleScriptLogger(Script script) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Object... message) |
void |
info(Object... message) |
void |
warn(Object... message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsevere, warningpublic void info(@Nullable Object... message)
info in interface ScriptLoggerpublic void warn(@Nullable Object... message)
warn in interface ScriptLoggerpublic void error(@Nullable Object... message)
error in interface ScriptLoggerCopyright © 2017. All rights reserved.