|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
public class LoggerInfo
Defines an holder of information about a logger.
| Field Summary | |
|---|---|
boolean |
additivity
Indicates if the logger inherits handlers from its parent. |
String[] |
handlerNames
Is the list of the handler assigned to the logger |
int |
level
is the int value of the current logger level |
String |
levelName
is the name of the current logger level |
String[] |
topics
contains the topic list of the logger. |
| Constructor Summary | |
|---|---|
LoggerInfo(TopicalLogger l)
Build a Loggerinfo from a TopicalLogger. |
|
| Method Summary | |
|---|---|
String[] |
getHandlerNames()
|
int |
getLevel()
|
String |
getLevelName()
|
String[] |
getTopics()
|
boolean |
isAdditivity()
|
void |
setAdditivity(boolean additivity)
|
void |
setHandlerNames(String[] handlerNames)
|
void |
setLevel(int level)
|
void |
setLevelName(String levelName)
|
void |
setTopics(String[] topics)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String[] topics
public int level
public String levelName
public String[] handlerNames
public boolean additivity
| Constructor Detail |
|---|
public LoggerInfo(TopicalLogger l)
l - is the TopicalLogger| Method Detail |
|---|
public boolean isAdditivity()
public void setAdditivity(boolean additivity)
public String[] getHandlerNames()
public void setHandlerNames(String[] handlerNames)
public int getLevel()
public void setLevel(int level)
public String getLevelName()
public void setLevelName(String levelName)
public String[] getTopics()
public void setTopics(String[] topics)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||