com.cisco.services.tracing
Interface UnconditionalTrace
- All Superinterfaces:
- Trace
- All Known Implementing Classes:
- UnconditionalTraceImpl
public interface UnconditionalTrace
- extends Trace
The UnconditionalTrace
interface extends the Trace
interface. Note that
because this object extends Trace, its state is enabled by default and it may not be changed.
Typically, applications would obtain one UnconditionalTrace object per each condition that they
need to trace always under any circumstances (e.g. ERROR, FATAL, etc.).
- Version:
- 0.1
Fields inherited from interface com.cisco.services.tracing.Trace |
ALERTS, ALERTS_TRACE_NAME, CRITICAL, CRITICAL_TRACE_NAME, DEBUGGING, DEBUGGING_TRACE_NAME, EMERGENCIES, EMERGENCIES_TRACE_NAME, ERROR, ERROR_TRACE_NAME, HIGHEST_LEVEL, INFORMATIONAL, INFORMATIONAL_TRACE_NAME, LOWEST_LEVEL, NOTIFICATION, NOTIFICATION_TRACE_NAME, WARNING, WARNING_TRACE_NAME |