Uses of Interface
com.sibvisions.util.log.ILogger

Packages that use ILogger
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
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. 
 

Uses of ILogger in com.sibvisions.rad.persist.jdbc
 

Fields in com.sibvisions.rad.persist.jdbc declared as ILogger
protected static ILogger DBAccess.logger
          The logger for protocol the performance.
 

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(String pName)
          Gets an ILogger.
static ILogger LoggerFactory.getInstance(Class pClass)
          Construct (if necessary) and return an ILogger instance, using the factory's current set of configuration attributes.
static ILogger LoggerFactory.getInstance(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 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(String pName)
          Gets an ILogger.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.