public class OutputController extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OutputController.Level |
Constructor and Description |
---|
OutputController() |
Modifier and Type | Method and Description |
---|---|
static OutputController |
getLogger() |
void |
log(OutputController.Level level,
String s) |
void |
log(OutputController.Level level,
Throwable s) |
void |
log(String s) |
void |
log(Throwable s) |
void |
setVerbose() |
public void setVerbose()
public static OutputController getLogger()
public void log(OutputController.Level level, String s)
public void log(OutputController.Level level, Throwable s)
public void log(String s)
public void log(Throwable s)
Copyright © 2020. All Rights Reserved.