Avaya Conferencinge Plugable Logging API

Uses of Class
com.avaya.conferencing.logging.Level

Uses of Level in com.avaya.conferencing.logging
 

Methods in com.avaya.conferencing.logging that return Level
static Level Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.avaya.conferencing.logging with parameters of type Level
 boolean Logger.isEnabledFor(Level level)
          Indicates whether the specified Level is enabled for the underlying framework
 boolean LogWorker.isEnabledFor(Level level)
          Indicates whether the specified Level is enabled for the underlying framework
 void Logger.log(Level level, LogMessage message)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, LogMessage message)
          A General purpose logging method, where the caller must specify a level
 void Logger.log(Level level, LogMessage message, java.lang.Object... args)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, LogMessage message, java.lang.Object... args)
          A General purpose logging method, where the caller must specify a level
 void Logger.log(Level level, LogMessage message, java.lang.Object arg1)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, LogMessage message, java.lang.Object arg1)
          A General purpose logging method, where the caller must specify a level
 void Logger.log(Level level, java.lang.Throwable throwable)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, java.lang.Throwable throwable)
          A General purpose logging method, where the caller must specify a level
 void Logger.log(Level level, java.lang.Throwable throwable, LogMessage message)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, java.lang.Throwable throwable, LogMessage message)
          A General purpose logging method, where the caller must specify a level
 void Logger.log(Level level, java.lang.Throwable throwable, LogMessage message, java.lang.Object... args)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, java.lang.Throwable throwable, LogMessage message, java.lang.Object... args)
          A General purpose logging method, where the caller must specify a level
 void Logger.log(Level level, java.lang.Throwable throwable, LogMessage message, java.lang.Object arg1)
          A General purpose logging method, where the caller must specify a level
 void LogWorker.log(Level level, java.lang.Throwable throwable, LogMessage message, java.lang.Object arg1)
          A General purpose logging method, where the caller must specify a level
 


Avaya Conferencinge Plugable Logging API

Copyright © 2008-2009 Avaya, Inc. Licensed under the Apache License, Version 2.0.