public class OOutputStreamManager extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BLANK_LEVEL |
static int |
DEBUG_LEVEL |
static int |
ERROR_LEVEL |
static int |
INFO_LEVEL |
PrintStream |
outputStream |
static int |
WARNING_LEVEL |
Constructor and Description |
---|
OOutputStreamManager(int level) |
OOutputStreamManager(PrintStream outputStream,
int level) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message) |
void |
debug(String format,
Object... args) |
void |
error(String message) |
void |
error(String format,
Object... args) |
int |
getLevel() |
OutputStream |
getOutputStream() |
void |
info(String message) |
void |
info(String format,
Object... args) |
void |
setLevel(int level) |
void |
warn(String message) |
void |
warn(String format,
Object... args) |
public PrintStream outputStream
public static final int BLANK_LEVEL
public static final int DEBUG_LEVEL
public static final int INFO_LEVEL
public static final int WARNING_LEVEL
public static final int ERROR_LEVEL
public OOutputStreamManager(int level)
public OOutputStreamManager(PrintStream outputStream, int level)
public OutputStream getOutputStream()
public int getLevel()
public void setLevel(int level)
public void debug(String message)
public void info(String message)
public void warn(String message)
public void error(String message)
Copyright © 2009–2020 OrientDB. All rights reserved.