|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.common.DefaultTraceImplementor
| Constructor Summary | |
DefaultTraceImplementor()
|
|
| Method Summary | |
void |
appendTraceMessage(java.lang.StringBuffer buf,
TraceSection section,
java.lang.String message,
java.util.Date d,
boolean fullTraceInfo)
Used to build the actual output message created by the trace(...) function. |
void |
dumpException(TraceSection section,
java.lang.Throwable t)
Dumps all information relevant about an exception including stack trace. |
void |
init()
does nothing |
TraceSection |
makeSectionData(java.lang.String section)
|
void |
out(java.lang.String message)
Sends message to console. |
void |
outln(java.lang.String message)
Sends message to console with line feed. |
void |
trace(TraceSection section,
java.lang.String message)
Standard trace. |
void |
traceBytes(TraceSection section,
byte[] b,
int start,
int len)
Sends bytes to console. |
void |
traceDirectToOutput(TraceSection section,
java.lang.String message)
Like trace(...) but does not prefix message with section, date and thread info. |
void |
traceDumpException(TraceSection section,
java.lang.String message,
java.lang.Throwable t)
Like dumpException(...) except that caller can add an additional message to the dump. |
void |
traceWithDate(TraceSection section,
java.lang.String message,
java.util.Date d)
Trace that allows the date value to be supplied by caller. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTraceImplementor()
| Method Detail |
public void init()
init in interface TraceImplementorpublic TraceSection makeSectionData(java.lang.String section)
makeSectionData in interface TraceImplementor
public void trace(TraceSection section,
java.lang.String message)
trace in interface TraceImplementor
public void traceWithDate(TraceSection section,
java.lang.String message,
java.util.Date d)
traceWithDate in interface TraceImplementor
public void traceDirectToOutput(TraceSection section,
java.lang.String message)
traceDirectToOutput in interface TraceImplementor
public void traceBytes(TraceSection section,
byte[] b,
int start,
int len)
traceBytes in interface TraceImplementor
public void dumpException(TraceSection section,
java.lang.Throwable t)
dumpException in interface TraceImplementor
public void traceDumpException(TraceSection section,
java.lang.String message,
java.lang.Throwable t)
traceDumpException in interface TraceImplementor
public void appendTraceMessage(java.lang.StringBuffer buf,
TraceSection section,
java.lang.String message,
java.util.Date d,
boolean fullTraceInfo)
appendTraceMessage in interface TraceImplementorpublic void outln(java.lang.String message)
outln in interface TraceImplementorpublic void out(java.lang.String message)
out in interface TraceImplementor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |