public class TransportLoggerSupport extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TransportLoggerSupport.SPI |
Modifier and Type | Field and Description |
---|---|
static String |
defaultLogWriterName |
static TransportLoggerSupport.SPI |
spi |
Constructor and Description |
---|
TransportLoggerSupport() |
Modifier and Type | Method and Description |
---|---|
static Transport |
createTransportLogger(Transport transport) |
static Transport |
createTransportLogger(Transport transport,
String logWriterName,
boolean dynamicManagement,
boolean startLogging,
int jmxPort) |
public static String defaultLogWriterName
public static final TransportLoggerSupport.SPI spi
public TransportLoggerSupport()
public static Transport createTransportLogger(Transport transport) throws IOException
IOException
public static Transport createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort) throws IOException
IOException
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.