Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMappingStrategy.logger
Reference to Asterisk-Java's logging subsystem.
|
protected Log |
ScriptEngineMappingStrategy.logger |
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class<?> clazz)
Returns an instance of Log suitable for logging from the given class.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2004–2016. All rights reserved.