| 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 |
ServerLoggerImpl |
class |
StackLoggerImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerLogger |
interface |
StackLogger
interface that loggers should implement so that the stack can log to various
loggers impl such as log4j, commons logging, sl4j, ...
|
| 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 | Class and Description |
|---|---|
class |
ServerLog
Log file wrapper class.
|
Copyright © 2018. All Rights Reserved.