|
NLOG4J 1.2.24 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.or.ThreadGroupRenderer
public class ThreadGroupRenderer
Render ThreadGroup
objects in a format similar to the
information output by the ThreadGroup.list()
method.
Constructor Summary | |
---|---|
ThreadGroupRenderer()
|
Method Summary | |
---|---|
String |
doRender(Object o)
Render a ThreadGroup object similar to the way that the
ThreadGroup.list() method output information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadGroupRenderer()
Method Detail |
---|
public String doRender(Object o)
ThreadGroup
object similar to the way that the
ThreadGroup.list()
method output information.
The output of a simple program consisting of one
main
thread is:
java.lang.ThreadGroup[name=main, maxpri=10] Thread=[main,5,false]
The boolean value in thread information is the value returned
by Thread.isDaemon()
.
doRender
in interface ObjectRenderer
|
NLOG4J 1.2.24 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |