Uses of Class
com.sibvisions.util.log.ILogger.LogLevel

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

Methods in com.sibvisions.rad.persist with parameters of type ILogger.LogLevel
protected  boolean AbstractStorage.isLogEnabled(ILogger.LogLevel pLevel)
          Gets whether the given log level is enabled.
 

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

Methods in com.sibvisions.rad.persist.jdbc with parameters of type ILogger.LogLevel
protected static boolean DBAccess.isLogEnabled(ILogger.LogLevel pLevel)
          Gets whether the given log level is enabled.
 

Uses of ILogger.LogLevel in com.sibvisions.util.log
 

Methods in com.sibvisions.util.log that return ILogger.LogLevel
 ILogger.LogLevel ILogger.getLevel()
          Gets the log level.
static ILogger.LogLevel LoggerFactory.getLevel(java.lang.Class pClass)
          Gets the level of a specific logger.
static ILogger.LogLevel LoggerFactory.getLevel(java.lang.String pName)
          Gets the level of a specific logger.
static ILogger.LogLevel ILogger.LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ILogger.LogLevel[] ILogger.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sibvisions.util.log with parameters of type ILogger.LogLevel
 boolean ILogger.isEnabled(ILogger.LogLevel pLevel)
          Checks if the current log level is enabled/allowed to log.
static void LoggerFactory.setLevel(java.lang.Class pClass, ILogger.LogLevel pLevel)
          Sets the level of a specific logger.
 void ILogger.setLevel(ILogger.LogLevel pLevel)
          Sets the log level.
static void LoggerFactory.setLevel(java.lang.String pName, ILogger.LogLevel pLevel)
          Sets the level of a specific logger.
 

Uses of ILogger.LogLevel in com.sibvisions.util.log.jdk
 

Methods in com.sibvisions.util.log.jdk that return ILogger.LogLevel
 ILogger.LogLevel JdkStandardLogger.getLevel()
          Gets the log level.
 ILogger.LogLevel JdkLogger.getLevel()
          Gets the log level.
 

Methods in com.sibvisions.util.log.jdk with parameters of type ILogger.LogLevel
 boolean JdkStandardLogger.isEnabled(ILogger.LogLevel pLevel)
          Checks if the current log level is enabled/allowed to log.
 boolean JdkLogger.isEnabled(ILogger.LogLevel pLevel)
          Checks if the current log level is enabled/allowed to log.
 void JdkStandardLogger.setLevel(ILogger.LogLevel pLevel)
          Sets the log level.
 void JdkLogger.setLevel(ILogger.LogLevel pLevel)
          Sets the log level.
 

Uses of ILogger.LogLevel in com.sibvisions.util.log.log4j
 

Methods in com.sibvisions.util.log.log4j that return ILogger.LogLevel
 ILogger.LogLevel Log4jLogger.getLevel()
          Gets the log level.
 

Methods in com.sibvisions.util.log.log4j with parameters of type ILogger.LogLevel
 boolean Log4jLogger.isEnabled(ILogger.LogLevel pLevel)
          Checks if the current log level is enabled/allowed to log.
 void Log4jLogger.setLevel(ILogger.LogLevel pLevel)
          Sets the log level.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.