Asterisk-Java

Uses of Interface
org.asteriskjava.util.Log

Packages that use Log
org.asteriskjava.fastagi Provides an implementaion of Asterisk's FastAGI. 
org.asteriskjava.util Provides various utility classes used throughout the library. 
org.asteriskjava.util.internal Provides private implementations for interfaces defined in the org.asteriskjava.util package. 
 

Uses of Log in org.asteriskjava.fastagi
 

Fields in org.asteriskjava.fastagi declared as Log
protected  Log AbstractMappingStrategy.logger
          Reference to Asterisk-Java's logging subsystem.
protected  Log ScriptEngineMappingStrategy.logger
           
 

Uses of Log in org.asteriskjava.util
 

Methods in org.asteriskjava.util that return Log
static Log LogFactory.getLog(java.lang.Class clazz)
          Returns an instance of Log suitable for logging from the given class.
 

Uses of Log in org.asteriskjava.util.internal
 

Classes in org.asteriskjava.util.internal that implement Log
 class JavaLoggingLog
          Implementation of Log that maps to the Logger of the java.util.logging package.
 class Log4JLogger
          Implementation of Log that maps directly to a Log4J Logger.
 class NullLog
          A Log implementation that does nothing.
 class Slf4JLogger
          Implementation of Log that maps to a SLF4J Logger.
 


Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.