public class LogOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG |
static int |
ERROR |
static int |
INFO |
static int |
TRACE
slf4j levels
|
static int |
WARN |
Constructor and Description |
---|
LogOutputStream(org.slf4j.Logger logger,
int level) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
write(int c) |
close, write, write
public static final int TRACE
public static final int DEBUG
public static final int INFO
public static final int WARN
public static final int ERROR
public void write(int c)
write
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
Copyright © 2021. All rights reserved.