public final class SystemLoggingMonitor extends Object implements Monitor
System.out
.Constructor and Description |
---|
SystemLoggingMonitor() |
SystemLoggingMonitor(boolean verbose) |
Modifier and Type | Method and Description |
---|---|
void |
debug(char character) |
void |
debug(String message) |
boolean |
isVerbose() |
void |
note(String message) |
void |
setVerbose(boolean verbose) |
public SystemLoggingMonitor()
public SystemLoggingMonitor(boolean verbose)
public boolean isVerbose()
public void setVerbose(boolean verbose)
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.