Uses of Interface
org.apache.sshd.common.util.logging.SimplifiedLog
-
Packages that use SimplifiedLog Package Description org.apache.sshd.common.util.buffer org.apache.sshd.common.util.io.output org.apache.sshd.common.util.logging -
-
Uses of SimplifiedLog in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer with parameters of type SimplifiedLog Modifier and Type Method Description void
Buffer. dumpHex(SimplifiedLog logger, java.lang.String prefix, PropertyResolver resolver)
void
Buffer. dumpHex(SimplifiedLog logger, java.util.logging.Level level, java.lang.String prefix, PropertyResolver resolver)
static void
BufferUtils. dumpHex(SimplifiedLog logger, java.util.logging.Level level, java.lang.String prefix, char sep, int chunkSize, byte... data)
static void
BufferUtils. dumpHex(SimplifiedLog logger, java.util.logging.Level level, java.lang.String prefix, char sep, int chunkSize, byte[] data, int offset, int len)
static void
BufferUtils. dumpHex(SimplifiedLog logger, java.util.logging.Level level, java.lang.String prefix, PropertyResolver resolver, char sep, byte... data)
static void
BufferUtils. dumpHex(SimplifiedLog logger, java.util.logging.Level level, java.lang.String prefix, PropertyResolver resolver, char sep, byte[] data, int offset, int len)
-
Uses of SimplifiedLog in org.apache.sshd.common.util.io.output
Fields in org.apache.sshd.common.util.io.output declared as SimplifiedLog Modifier and Type Field Description private SimplifiedLog
LoggingFilterOutputStream. log
-
Uses of SimplifiedLog in org.apache.sshd.common.util.logging
Classes in org.apache.sshd.common.util.logging that implement SimplifiedLog Modifier and Type Class Description class
SimplifiedLoggerSkeleton
Routes the effective logging to theSimplifiedLog
methods.Fields in org.apache.sshd.common.util.logging declared as SimplifiedLog Modifier and Type Field Description static SimplifiedLog
SimplifiedLog. EMPTY
An "empty"SimplifiedLog
that does nothingFields in org.apache.sshd.common.util.logging with type parameters of type SimplifiedLog Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SimplifiedLog>
AbstractLoggingBean. simplifiedLog
Methods in org.apache.sshd.common.util.logging that return SimplifiedLog Modifier and Type Method Description protected SimplifiedLog
AbstractLoggingBean. getSimplifiedLogger()
static SimplifiedLog
LoggingUtils. wrap(org.slf4j.Logger logger)
-