public class LogStream extends OutputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
LogStream.LogPrintStream |
| Modifier and Type | Field and Description |
|---|---|
static LogStream.LogPrintStream |
dbg |
static LogStream.LogPrintStream |
err |
static org.slf4j.Logger |
log |
static LogStream.LogPrintStream |
out |
| Constructor and Description |
|---|
LogStream() |
LogStream(org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
getLog() |
org.slf4j.Logger |
getLogger() |
ucar.nc2.util.log.LogStream.Mode |
getMode() |
void |
logflush() |
static void |
setLogger(Class cl) |
LogStream |
setMode(ucar.nc2.util.log.LogStream.Mode mode) |
void |
write(int b) |
close, flush, write, writepublic static org.slf4j.Logger log
public static LogStream.LogPrintStream out
public static LogStream.LogPrintStream err
public static LogStream.LogPrintStream dbg
public static void setLogger(Class cl)
public static org.slf4j.Logger getLog()
public org.slf4j.Logger getLogger()
public ucar.nc2.util.log.LogStream.Mode getMode()
public LogStream setMode(ucar.nc2.util.log.LogStream.Mode mode)
public void logflush()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.