|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILogger | |
---|---|
com.sibvisions.rad.server | Contains remote server classes and dependent components. |
com.sibvisions.util.log | Contains an advanced logger implementation. |
com.sibvisions.util.log.jdk | Contains the log implementation for java logging. |
com.sibvisions.util.log.log4j | Contains the log implementation for log4j. |
Uses of ILogger in com.sibvisions.rad.server |
---|
Fields in com.sibvisions.rad.server declared as ILogger | |
---|---|
protected ILogger |
AbstractSession.log
the log instance. |
Uses of ILogger in com.sibvisions.util.log |
---|
Methods in com.sibvisions.util.log that return ILogger | |
---|---|
abstract ILogger |
LoggerFactory.createLogger(java.lang.String pName)
Creates an ILogger . |
static ILogger |
LoggerFactory.getInstance(java.lang.Class pClass)
Construct (if necessary) and return an ILogger instance, using the factory's
current set of configuration attributes. |
static ILogger |
LoggerFactory.getInstance(java.lang.String pName)
Construct (if necessary) and return an ILogger instance, using the factory's
current set of configuration attributes. |
Methods in com.sibvisions.util.log that return types with arguments of type ILogger | |
---|---|
static java.util.List<ILogger> |
LoggerFactory.getLogger()
Gets all created logger instances. |
Uses of ILogger in com.sibvisions.util.log.jdk |
---|
Classes in com.sibvisions.util.log.jdk that implement ILogger | |
---|---|
class |
JdkLogger
The JdkLogger is the ILogger for the java logging API. |
class |
JdkStandardLogger
The JdkStandardLogger is a special logger for the case that a
security manager denies the access to the log properties. |
Methods in com.sibvisions.util.log.jdk that return ILogger | |
---|---|
ILogger |
JdkLoggerFactory.createLogger(java.lang.String pName)
Creates an ILogger . |
Uses of ILogger in com.sibvisions.util.log.log4j |
---|
Classes in com.sibvisions.util.log.log4j that implement ILogger | |
---|---|
class |
Log4jLogger
The Log4jLogger is the ILogger implementation for log4j. |
Methods in com.sibvisions.util.log.log4j that return ILogger | |
---|---|
ILogger |
Log4jLoggerFactory.createLogger(java.lang.String pName)
Creates an ILogger . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |