Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractAnalysisComponent.log
The log for this component.
|
protected static Log |
AbstractAnalysisComponent.LOG |
Modifier and Type | Method and Description |
---|---|
protected Log |
JmsReader.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
JmxReader.getLog() |
Modifier and Type | Method and Description |
---|---|
protected AbstractRecordTcpReader |
DualSocketTcpReader.createTcpMonitoringRecordReader(int port,
int bufferCapacity,
Log logger,
ILookup<java.lang.String> registry) |
Constructor and Description |
---|
AbstractRecordTcpReader(int port,
int bufferCapacity,
Log logger,
ILookup<java.lang.String> stringRegistry,
CachedRecordFactoryCatalog recordFactories) |
AbstractRecordTcpReader(Log logger,
ILookup<java.lang.String> stringRegistry)
Default constructor with
port=10133 and bufferCapacity=65535 and new CachedRecordFactoryCatalog() |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractTcpReader.logger |
Constructor and Description |
---|
AbstractTcpReader(int port,
int bufferCapacity,
Log logger)
Constructs a new TCP reader.
|
SingleSocketRecordReader(int port,
int bufferCapacity,
Log logger,
IRecordReceivedListener listener) |
Constructor and Description |
---|
ByteBufferDeserializer(ReaderRegistry<java.lang.String> readerRegistry,
Log logger,
int bufferCapacity) |
Modifier and Type | Class and Description |
---|---|
class |
LogImplCommonsLogging
This is an actual implementation of the logging interface used by the common logger of the JVM.
|
class |
LogImplJDK14
This is an actual implementation of the logging interface used by the JDK 14 logger.
|
class |
LogImplJUnit
This is an actual implementation of the logging interface used by the JUnit logger.
|
class |
LogImplNone |
class |
LogImplSLF4JLogging
This is an actual implementation of the logging interface used by SLF4J logger.
|
class |
LogImplWebguiLogging
This is a simple logger for the Kieker WebGUI.
|
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(java.lang.Class<?> clazz)
Delivers the log for the given class or creates a new one if it doesn't exist already.
|
static Log |
LogFactory.getLog(java.lang.String name)
Delivers the log for the given name or creates a new one if it doesn't exist already.
|
Modifier and Type | Method and Description |
---|---|
static void |
WriterUtil.close(java.io.Closeable closeable,
Log log) |
static long |
WriterUtil.flushBuffer(java.nio.ByteBuffer buffer,
java.nio.channels.WritableByteChannel writableChannel,
Log log) |
Modifier and Type | Method and Description |
---|---|
static Log |
CLIServerMain.getLog()
Return the logger.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractTraceAnalysisFilter.LOG |
Modifier and Type | Method and Description |
---|---|
protected static Log |
TraceEventRecords2ExecutionAndMessageTraceFilter.getLOG() |
Copyright 2017 Kieker Project, http://kieker-monitoring.net