Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.configuration | |
org.apache.ignite.logger |
Contains logging functionality used throughout the system.
|
org.apache.ignite.logger.java |
Contains Java logging implementation for logging.
|
org.apache.ignite.logger.jcl |
Contains Jakarta commons logging implementation for logging.
|
org.apache.ignite.logger.log4j |
Contains default Log4j implementation for logging.
|
org.apache.ignite.logger.slf4j |
Contains SLF4J implementation for logging.
|
org.apache.ignite.plugin | |
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
org.apache.ignite.visor.plugin |
Contains Visor Plugin extension functionality.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
IgniteLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
IgniteLogger |
IgniteSpringBean.log()
Gets grid's logger.
|
IgniteLogger |
Ignite.log()
Gets grid's logger.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
GridHibernateAccessStrategyAdapter.log |
Modifier and Type | Field and Description |
---|---|
protected IgniteLogger |
CacheAbstractJdbcStore.log
Auto-injected logger instance.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
IgniteConfiguration.getGridLogger()
Should return an instance of logger to use in grid.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteConfiguration.setGridLogger(IgniteLogger log)
Sets logger to use within grid.
|
Modifier and Type | Class and Description |
---|---|
class |
NullLogger
Logger which does not output anything.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
NullLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaLogger
Logger to use with Java logging.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
JavaLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteJclLogger
This logger wraps any JCL (Jakarta Commons Logging)
loggers.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
IgniteJclLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4JLogger
Log4j-based implementation for logging.
|
Modifier and Type | Class and Description |
---|---|
class |
GridSlf4jLogger
SLF4J-based implementation for logging.
|
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
PluginContext.log(Class<?> cls)
Gets logger for given class.
|
Constructor and Description |
---|
IgniteSpiThread(String gridName,
String name,
IgniteLogger log)
Creates thread with given
name . |
IgniteSpiThreadFactory(String gridName,
String threadName,
IgniteLogger log) |
Modifier and Type | Method and Description |
---|---|
void |
TcpDiscoverySpi.dumpDebugInfo(IgniteLogger log) |
Modifier and Type | Method and Description |
---|---|
IgniteLogger |
VisorPluginModel.logger()
Get logger.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015