|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridLogger | |
|---|---|
| org.gridgain.grid | Start Here
Contains main GridGain API interfaces and classes. |
| org.gridgain.grid.logger |
Contains logging functionality used throughout the system. |
| org.gridgain.grid.logger.java |
Contains Java logging implementation for logging. |
| org.gridgain.grid.logger.jboss |
Contains JBoss implementation for logging. |
| org.gridgain.grid.logger.jcl |
Contains Jakarta commons logging implementation for logging. |
| org.gridgain.grid.logger.log4j |
Contains Log4j implementation for logging. |
| org.gridgain.grid.spi |
Contains common classes and interfaces for SPI implementations. |
| Uses of GridLogger in org.gridgain.grid |
|---|
| Methods in org.gridgain.grid that return GridLogger | |
|---|---|
GridLogger |
GridConfiguration.getGridLogger()
Should return an instance of logger to use in grid. |
GridLogger |
GridConfigurationAdapter.getGridLogger()
Should return an instance of logger to use in grid. |
| Methods in org.gridgain.grid with parameters of type GridLogger | |
|---|---|
void |
GridConfigurationAdapter.setGridLogger(GridLogger log)
Sets logger to use within grid. |
| Uses of GridLogger in org.gridgain.grid.logger |
|---|
| Methods in org.gridgain.grid.logger that return GridLogger | |
|---|---|
GridLogger |
GridLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance. |
| Uses of GridLogger in org.gridgain.grid.logger.java |
|---|
| Classes in org.gridgain.grid.logger.java that implement GridLogger | |
|---|---|
class |
GridJavaLogger
Logger to use with Java logging. |
| Methods in org.gridgain.grid.logger.java that return GridLogger | |
|---|---|
GridLogger |
GridJavaLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance. |
| Uses of GridLogger in org.gridgain.grid.logger.jboss |
|---|
| Classes in org.gridgain.grid.logger.jboss that implement GridLogger | |
|---|---|
class |
GridJbossLogger
Logger to use in JBoss loaders. |
| Uses of GridLogger in org.gridgain.grid.logger.jcl |
|---|
| Classes in org.gridgain.grid.logger.jcl that implement GridLogger | |
|---|---|
class |
GridJclLogger
This logger wraps any JCL (Jakarta Commons Logging) loggers. |
| Methods in org.gridgain.grid.logger.jcl that return GridLogger | |
|---|---|
GridLogger |
GridJclLogger.getLogger(Object ctgr)
Creates new logger with given category based off the current instance. |
| Uses of GridLogger in org.gridgain.grid.logger.log4j |
|---|
| Classes in org.gridgain.grid.logger.log4j that implement GridLogger | |
|---|---|
class |
GridLog4jLogger
Log4j-based implementation for logging. |
| Uses of GridLogger in org.gridgain.grid.spi |
|---|
| Constructors in org.gridgain.grid.spi with parameters of type GridLogger | |
|---|---|
GridSpiThread(String gridName,
String name,
GridLogger log)
Creates thread with given name. |
|
GridSpiThreadFactory(String gridName,
String threadName,
GridLogger log)
|
|
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|