public class FTPSProtocolLogger extends OutputStream
Constructor and Description |
---|
FTPSProtocolLogger()
Creates a new log output stream which logs bytes to the specified logger with the specified level.
|
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flushes the output stream.
|
org.apache.logging.log4j.Level |
getLevel()
Returns the logging level.
|
org.apache.logging.log4j.Logger |
getLogger()
Returns the logger.
|
void |
setLevel(org.apache.logging.log4j.Level level)
Sets the logging level.
|
void |
write(int b)
Writes a byte to the output stream.
|
close, write, write
public FTPSProtocolLogger()
public org.apache.logging.log4j.Logger getLogger()
public void setLevel(org.apache.logging.log4j.Level level)
level
- DOCUMENT ME!public org.apache.logging.log4j.Level getLevel()
public void write(int b)
write
in class OutputStream
b
- DOCUMENT ME!public void flush()
flush
in interface Flushable
flush
in class OutputStream
Copyright © 2010–2017. All rights reserved.