|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdiameter.client.impl.helpers.Ordinal
org.jdiameter.client.impl.helpers.Loggers
public class Loggers
This enumeration containce all logger usage in JDiameter stack implementation
| Field Summary | |
|---|---|
static Loggers |
AVP
Logs the avp opetations processing |
static Loggers |
FSM
Logs the peers fsm |
protected static int |
index
|
static Loggers |
Message
Logs the message opetations/lifecycle processing |
static Loggers |
Parser
Logs the message parser |
static Loggers |
Peer
Logs the peers |
static Loggers |
PeerTable
Logs the peer manager subsystem |
static Loggers |
Router
Logs the message router subsystem |
static Loggers |
Stack
Logs the stack lifecycle |
static Loggers |
Transport
Logs the transport(tcp) opetations processing |
| Fields inherited from class org.jdiameter.client.impl.helpers.Ordinal |
|---|
name, ordinal |
| Constructor Summary | |
|---|---|
protected |
Loggers(java.lang.String name,
java.lang.String fullName,
java.lang.String desc)
|
| Method Summary | |
|---|---|
java.lang.String |
description()
Return description of logger |
java.lang.String |
fullName()
Return full name of logger |
java.util.logging.Logger |
logger()
Return logger instance |
static java.lang.Iterable<Loggers> |
values()
Return Iterator of all entries |
| Methods inherited from class org.jdiameter.client.impl.helpers.Ordinal |
|---|
name, ordinal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static int index
public static final Loggers Stack
public static final Loggers Peer
public static final Loggers PeerTable
public static final Loggers FSM
public static final Loggers Parser
public static final Loggers AVP
public static final Loggers Message
public static final Loggers Router
public static final Loggers Transport
| Constructor Detail |
|---|
protected Loggers(java.lang.String name,
java.lang.String fullName,
java.lang.String desc)
| Method Detail |
|---|
public static java.lang.Iterable<Loggers> values()
public java.lang.String fullName()
public java.lang.String description()
public java.util.logging.Logger logger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||