Package | Description |
---|---|
examples.nistgoodies.pluggablelogger | |
gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Class and Description |
---|---|
class |
StackLoggerImpl |
Modifier and Type | Class and Description |
---|---|
class |
CommonLogger
This class abstracts away single-instanct and multi0instance loggers
legacyLogger is the old-school one logger per stack reference
otherLogger is multiinstance logger
|
class |
CommonLoggerLog4j
A wrapper around log4j that is used for logging debug and errors.
|
class |
LogWriter
A wrapper around log4j that is used for logging debug and errors.
|
Modifier and Type | Field and Description |
---|---|
static StackLogger |
CommonLogger.legacyLogger |
Modifier and Type | Method and Description |
---|---|
static StackLogger |
CommonLogger.getLogger(Class clazz) |
static StackLogger |
CommonLogger.getLogger(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalErrorHandler.handleException(Exception ex,
StackLogger stackLogger)
Handle an unexpected exception.
|
static void |
InternalErrorHandler.handleException(String emsg,
StackLogger stackLogger) |
static void |
Debug.setStackLogger(StackLogger stackLogger) |
Modifier and Type | Field and Description |
---|---|
protected StackLogger |
ServerLog.stackLogger |
Modifier and Type | Method and Description |
---|---|
StackLogger |
SIPTransactionStack.getStackLogger()
Deprecated.
|
Copyright © 2018. All Rights Reserved.