Package | Description |
---|---|
org.apache.sshd.common.util.buffer | |
org.apache.sshd.common.util.logging |
Modifier and Type | Method and Description |
---|---|
static void |
BufferUtils.dumpHex(SimplifiedLog logger,
Level level,
String prefix,
char sep,
int chunkSize,
byte... data) |
static void |
BufferUtils.dumpHex(SimplifiedLog logger,
Level level,
String prefix,
char sep,
int chunkSize,
byte[] data,
int offset,
int len) |
void |
Buffer.dumpHex(SimplifiedLog logger,
Level level,
String prefix,
PropertyResolver resolver) |
static void |
BufferUtils.dumpHex(SimplifiedLog logger,
Level level,
String prefix,
PropertyResolver resolver,
char sep,
byte... data) |
static void |
BufferUtils.dumpHex(SimplifiedLog logger,
Level level,
String prefix,
PropertyResolver resolver,
char sep,
byte[] data,
int offset,
int len) |
void |
Buffer.dumpHex(SimplifiedLog logger,
String prefix,
PropertyResolver resolver) |
Modifier and Type | Field and Description |
---|---|
static SimplifiedLog |
SimplifiedLog.EMPTY
An "empty"
SimplifiedLog that does nothing |
Modifier and Type | Method and Description |
---|---|
protected SimplifiedLog |
AbstractLoggingBean.getSimplifiedLogger() |
static SimplifiedLog |
LoggingUtils.wrap(org.slf4j.Logger logger) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.