public class LocalOutputLogger extends Object
Modifier and Type | Field and Description |
---|---|
private StringBuffer |
outputBuffer |
Constructor and Description |
---|
LocalOutputLogger() |
Modifier and Type | Method and Description |
---|---|
void |
clearLog() |
void |
print(String text) |
void |
printf(String text,
Object... args) |
void |
println() |
void |
println(String text) |
void |
printLog() |
void |
printNewLine() |
void |
printNewLine(int quantity) |
private StringBuffer outputBuffer
Copyright © 2019. All rights reserved.