|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
net.sf.asterisk.util | Provides various utility classes used throughout the library. |
net.sf.asterisk.util.impl | Provides private implementations for interfaces defined in the net.sf.asterisk.util package. |
Uses of Log in net.sf.asterisk.util |
---|
Methods in net.sf.asterisk.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 net.sf.asterisk.util.impl |
---|
Classes in net.sf.asterisk.util.impl that implement Log | |
---|---|
class |
JavaLoggingLog
Log implementation that uses 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |