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, writepublic 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 OutputStreamb - DOCUMENT ME!public void flush()
flush in interface Flushableflush in class OutputStreamCopyright © 2010–2018. All rights reserved.