public class ConsoleOutputWriter extends AbstractOutputWriter implements OutputWriter
logger, SETTING_LOG_LEVEL, SETTING_LOG_LEVEL_DEFAULT_VALUE| Constructor and Description |
|---|
ConsoleOutputWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeInvocationResult(String invocationName,
Object value) |
void |
writeQueryResult(String name,
String type,
Object value) |
getDebugLevel, getInfoLevel, getTraceLevel, postCollect, postConstruct, preCollect, preDestroyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostCollect, postConstruct, preCollect, preDestroypublic void writeQueryResult(@Nonnull String name, @Nullable String type, @Nullable Object value)
writeQueryResult in interface OutputWriterwriteQueryResult in class AbstractOutputWritertype - see Query.typepublic void writeInvocationResult(@Nonnull String invocationName, @Nullable Object value) throws IOException
writeInvocationResult in interface OutputWriterwriteInvocationResult in class AbstractOutputWriterIOExceptionCopyright © 2015. All Rights Reserved.