Uses of Class
net.sf.sasl.aop.logging.LogLevel

Packages that use LogLevel
net.sf.sasl.aop.logging   
 

Uses of LogLevel in net.sf.sasl.aop.logging
 

Methods in net.sf.sasl.aop.logging that return LogLevel
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.sasl.aop.logging that return types with arguments of type LogLevel
 Map<String,LogLevel> LogConfigBean.getLoggerConfigMap()
           
 Map<org.slf4j.Logger,LogLevel> LogConfigBean.getLoggerLogLevelMap()
          Same as calling LogConfigBean.getLoggerConfigMap() with the difference that all string keys have been transformed to logger objects.
 Map<org.slf4j.Logger,LogLevel> LogConfiguration.getLoggerMap()
           
 

Methods in net.sf.sasl.aop.logging with parameters of type LogLevel
protected  boolean GenericLogAspect.isLoggerEnabledFor(org.slf4j.Logger logger, LogLevel logLevel)
          Returns true, if the given log level is enabled for the given logger.
protected  void GenericLogAspect.logOverLogger(org.slf4j.Logger logger, LogLevel logLevel, String message)
          Logs a log message with the given log level over the given logger.
 

Method parameters in net.sf.sasl.aop.logging with type arguments of type LogLevel
protected  boolean GenericLogAspect.isALoggerEnabledForConfiguration(Map<org.slf4j.Logger,LogLevel> loggerMap)
          Returns true, if there exists a logger in the map that is enabled for the associated log level.
protected  void GenericLogAspect.logOverLoggers(Map<org.slf4j.Logger,LogLevel> loggerMap, String message, boolean oneLogLinePerLine)
          Logs a log message over the all loggers which are contained in the map with the associated log level for each logger.
 void LogConfigBean.setLoggerConfigMap(Map<String,LogLevel> loggerConfigMap)
          Sets a map of (loggerName, logLevel) pairs.
 void LogConfiguration.setLoggerMap(Map<org.slf4j.Logger,LogLevel> loggerMap)
          Sets a map of (logger, logLevel) pairs.
 



Copyright © 2010. All Rights Reserved.