Stellent
HowToComponents
JavaDoc

intradoc.common
Interface TraceImplementor

All Known Implementing Classes:
DefaultTraceImplementor

public interface TraceImplementor


Method Summary
 void appendTraceMessage(java.lang.StringBuffer buf, TraceSection section, java.lang.String message, java.util.Date d, boolean fullTraceInfo)
           
 void dumpException(TraceSection section, java.lang.Throwable t)
           
 void init()
           
 TraceSection makeSectionData(java.lang.String section)
           
 void out(java.lang.String message)
           
 void outln(java.lang.String message)
           
 void trace(TraceSection section, java.lang.String message)
           
 void traceBytes(TraceSection section, byte[] b, int start, int len)
           
 void traceDirectToOutput(TraceSection section, java.lang.String message)
           
 void traceDumpException(TraceSection section, java.lang.String message, java.lang.Throwable t)
           
 void traceWithDate(TraceSection section, java.lang.String message, java.util.Date d)
           
 

Method Detail

init

public void init()

makeSectionData

public TraceSection makeSectionData(java.lang.String section)

trace

public void trace(TraceSection section,
                  java.lang.String message)

traceWithDate

public void traceWithDate(TraceSection section,
                          java.lang.String message,
                          java.util.Date d)

traceDirectToOutput

public void traceDirectToOutput(TraceSection section,
                                java.lang.String message)

traceBytes

public void traceBytes(TraceSection section,
                       byte[] b,
                       int start,
                       int len)

dumpException

public void dumpException(TraceSection section,
                          java.lang.Throwable t)

traceDumpException

public void traceDumpException(TraceSection section,
                               java.lang.String message,
                               java.lang.Throwable t)

appendTraceMessage

public void appendTraceMessage(java.lang.StringBuffer buf,
                               TraceSection section,
                               java.lang.String message,
                               java.util.Date d,
                               boolean fullTraceInfo)

outln

public void outln(java.lang.String message)

out

public void out(java.lang.String message)


(c) 1996-2005  All rights reserved.  Stellent, Inc.