getConditionalTrace
public ConditionalTrace getConditionalTrace(intseverity)
Description copied from
interface: TraceManager
Creates a new
ConditionalTrace object or obtains an existing ConditionalTrace object for this
condition.
Specified by:
getConditionalTrace
in interface
TraceManager
getConditionalTrace
public ConditionalTrace getConditionalTrace(java.lang.StringsubFacility,
intseverity)
Description copied from
interface:
TraceManager
Creates a new
ConditionalTrace object or obtains an existing ConditionalTrace object for this
condition and subFacility
Specified by:
getConditionalTrace
in interface
TraceManager
getUnconditionalTrace
public UnconditionalTrace getUnconditionalTrace(intseverity)
Description copied from
interface:
TraceManager
Creates a new
UnconditionalTrace object or obtains an existing UnconditionalTrace object for
this condition.
Specified by:
getUnconditionalTrace
in interface
TraceManager
getUnconditionalTrace
public UnconditionalTrace getUnconditionalTrace(java.lang.StringsubFacility,
intseverity)
Description copied from
interface:
TraceManager
Creates a new
UnconditionalTrace object or obtains an existing UnconditionalTrace object for
this condition and subFacility
Specified by:
getUnconditionalTrace
in interface
TraceManager
getTraceWriterManager
public TraceWriterManager getTraceWriterManager()
Description copied from
interface:
TraceManager
Returns the
TraceWriter used by this TraceManager.
Specified by:
getTraceWriterManager
in interface
TraceManager
setTraceWriterManager
public void setTraceWriterManager(TraceWriterManagerout)
Description copied from
interface:
TraceManager
Sets the
TraceWriter to be used by this TraceManager.
Specified by:
setTraceWriterManager
in interface
TraceManager
removeTrace
public void removeTrace(Tracetc)
Description copied from
interface:
TraceManager
Removes a Trace
object given an object.
Specified by:
removeTrace
in
interface
TraceManager
getTraces
public java.util.Enumeration getTraces()
Description copied from
interface:
TraceManager
Returns an
enumeration of the Trace objects managed by this TraceManager.
Specified by:
getTraces
in
interface
TraceManager
enableAll
public void enableAll()
Description copied from
interface:
TraceManager
Enables tracing
for all Trace objects managed by this TraceManager.
Specified by:
enableAll
in
interface
TraceManager
disableAll
public void disableAll()
Description copied from
interface:
TraceManager
Disables tracing
for all Trace objects managed by this TraceManager.
Specified by:
disableAll
in
interface
TraceManager
getName
public java.lang.String getName()
Description copied from
interface:
TraceManager
Returns the
Facility name for this TraceManager.
Specified by:
getName
in
interface
TraceManager
enableTimeStamp
public void enableTimeStamp()
Description copied from
interface:
TraceManager
Enables
prefixing a time stamp for every message printed by this TraceManager.
Specified by:
enableTimeStamp
in interface
TraceManager
disableTimeStamp
public void disableTimeStamp()
Description copied from
interface: TraceManager
Disables
prefixing a time stamp for every message printed by this TraceManager.
Specified by:
disableTimeStamp
in interface
TraceManager
getSubFacilities
public java.lang.String[] getSubFacilities()
Returns the
subFacility names for this TraceManager/Facility.
Specified by:
getSubFacilities
in interface
TraceManager
addSubFacilities
public void addSubFacilities(java.lang.String[]names)
Adds
subFacilities for this TraceManager/Facility.
Specified by:
addSubFacilities
in interface
TraceManager
addSubFacility
public void addSubFacility(java.lang.Stringname)
Adds a
subFacility for this TraceManager/Facility.
Specified by:
addSubFacility
in interface
TraceManager